UmVirt LFS Package info
DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
rsync
The rsync utility is useful for synchronizing large file archives over a network.Package info
Template:
Codename: rsync
Source file: rsync-3.3.0.tar.gz
Source file size: 1153969
Source file MD5-checkum: f5c17f9c9164ef9e60d9d8c96b23da06
Source directory: rsync-3.3.0
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/r/rsync-3.3.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/r/rsync-3.3.0.tar.gz.md5sum
Dependances: popt.
Dependance of: aufs.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
groupadd -g 48 rsyncd &&
useradd -c "rsyncd Daemon" -m -d /home/rsync -g rsyncd \
-s /bin/false -u 48 rsyncd
./configure --prefix=/usr \
--disable-xxhash \
--without-included-zlib
Build script:
make
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
doxygen
fi
Install script:
make install
if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
install -v -m755 -d /usr/share/doc/rsync-3.3.0/api &&
install -v -m644 dox/html/* /usr/share/doc/rsync-3.3.0/api
fi