slitaz-forge diff mirror/files/etc/rsyncd.conf @ rev 517

arm: move first boot config to config.html
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 09:43:18 2014 +0200 (2014-04-13)
parents badc896c116d
children
line diff
     1.1 --- a/mirror/files/etc/rsyncd.conf	Thu Mar 15 23:34:54 2012 +0100
     1.2 +++ b/mirror/files/etc/rsyncd.conf	Sun Apr 13 09:43:18 2014 +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