# HG changeset patch # User Christophe Lincoln # Date 1337454658 -7200 # Node ID 1787fefd3f30b2f3f1577ee2596811685f88a1de # Parent e652201d9138690ae846824967c77398e4ff039c mirror: pizza need a rsyncd module for stable packages diff -r e652201d9138 -r 1787fefd3f30 mirror/files/etc/rsyncd.conf --- a/mirror/files/etc/rsyncd.conf Sat May 19 01:54:19 2012 +0200 +++ b/mirror/files/etc/rsyncd.conf Sat May 19 21:10:58 2012 +0200 @@ -46,6 +46,25 @@ refuse options = checksum dry-run dont compress = *.gz *.tgz *.zip *.iso *.bz2 *.tazpkg +[slitaz-stable] + + comment = SliTaz GNU/Linux stable packages + path = /var/www/slitaz/mirror/packages/stable + use chroot = yes + max connections = 5 + lock file = /var/lock/rsyncd + read only = yes + list = yes + uid = nobody + gid = nogroup + strict modes = yes + ignore errors = no + ignore nonreadable = yes + transfer logging = no + timeout = 600 + refuse options = checksum dry-run + dont compress = *.tazpkg + [slitaz-cooking] comment = SliTaz GNU/Linux cooking packages