UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

rsync

The rsync utility is useful for synchronizing large file archives over a network.

Package info

Template:
Codename: rsync
Source file: rsync-3.4.1.tar.gz
Source file size: 1172739
Source file MD5-checkum: 04ce67866db04fd7a1cde0b78168406e
Source directory: rsync-3.4.1
Package URL: https://umvirt.com/linux/downloads/0.3/packages/r/rsync-3.4.1.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/r/rsync-3.4.1.tar.gz.md5sum
Dependances: popt.
Dependance of: aufs.
Patches: rsync-3.4.1-security_fix-1.patch.
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.4.1/api &&
install -v -m644 dox/html/*  /usr/share/doc/rsync-3.4.1/api

fi