UmVirt LFS Package info

DB commit: d35a620850806ab581b32cb34d268a904c9c0a5f
APP commit: 6632650ee8654a0e89ac34899ea8a8328110e51b
[ BASH | XML | JSON ]

rsync

The rsync package contains the rsync utility. This is useful for synchronizing large file archives over a network.

Package info

Template:
Codename: rsync
Source file: rsync-3.1.3.tar.gz
Source file size: 905908
Source file MD5-checkum: 1581a588fde9d89f6bc6201e8129afaf
Source directory: rsync-3.1.3
Package URL: https://umvirt.com/linux/downloads/0.1/packages/r/rsync-3.1.3.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/r/rsync-3.1.3.tar.gz.md5sum
Dependances: popt.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr --without-included-zlib

Build script:
make

Install script:
#create user
groupadd -g 48 rsyncd &&
useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd \
    -s /bin/false -u 48 rsyncd

#install
make install