rsync: provide a default /etc/rsyncd.conf.

This commit is contained in:
Juan RP 2014-12-11 14:18:26 +01:00
parent eb284da397
commit 5fceccbb22
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
uid = nobody
gid = nogroup
use chroot = no
max connections = 16

View File

@ -3,6 +3,7 @@ pkgname=rsync
version=3.1.1 version=3.1.1
revision=2 revision=2
build_style=gnu-configure build_style=gnu-configure
conf_files="/etc/rsyncd.conf"
hostmakedepends="perl" hostmakedepends="perl"
makedepends="zlib-devel acl-devel popt-devel" makedepends="zlib-devel acl-devel popt-devel"
short_desc="Remote fast incremental file transfer tool" short_desc="Remote fast incremental file transfer tool"
@ -13,5 +14,6 @@ distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
checksum=7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621 checksum=7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621
post_install() { post_install() {
vconf ${FILESDIR}/rsyncd.conf
vsv rsyncd vsv rsyncd
} }