slitaz-forge rev 309

mirror: pizza need a rsyncd module for stable packages
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 21:10:58 2012 +0200 (2012-05-19)
parents e652201d9138
children 8ec860ba37ef
files mirror/files/etc/rsyncd.conf
line diff
     1.1 --- a/mirror/files/etc/rsyncd.conf	Sat May 19 01:54:19 2012 +0200
     1.2 +++ b/mirror/files/etc/rsyncd.conf	Sat May 19 21:10:58 2012 +0200
     1.3 @@ -46,6 +46,25 @@
     1.4  	refuse options = checksum dry-run
     1.5  	dont compress = *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg
     1.6  
     1.7 +[slitaz-stable]
     1.8 +
     1.9 +	comment = SliTaz GNU/Linux stable packages
    1.10 +	path = /var/www/slitaz/mirror/packages/stable
    1.11 +	use chroot = yes
    1.12 +	max connections = 5
    1.13 +	lock file = /var/lock/rsyncd
    1.14 +	read only = yes
    1.15 +	list = yes
    1.16 +	uid = nobody
    1.17 +	gid = nogroup
    1.18 +	strict modes = yes
    1.19 +	ignore errors = no
    1.20 +	ignore nonreadable = yes
    1.21 +	transfer logging = no
    1.22 +	timeout = 600
    1.23 +	refuse options = checksum dry-run
    1.24 +	dont compress = *.tazpkg
    1.25 +
    1.26  [slitaz-cooking]
    1.27  
    1.28  	comment = SliTaz GNU/Linux cooking packages