UmVirt LFS Package info
DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit:
rsync
The rsync utility is useful for synchronizing large file archives over a network.Package info
Codename: rsync
Source file: rsync-3.2.7.tar.gz
Source directory: rsync-3.2.7
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/r/rsync-3.2.7.tar.gz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/r/rsync-3.2.7.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-lz4 \
--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.2.7/api &&
install -v -m644 dox/html/* /usr/share/doc/rsync-3.2.7/api
fi
Apache/2.4.62 (Debian) Server at ulfs.org Port 443