wok diff rsync/receipt @ rev 1088

slitaz-configs: typo in receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jul 16 18:42:57 2008 +0200 (2008-07-16)
parents c6432101e464
children 9441581e6a97
line diff
     1.1 --- a/rsync/receipt	Mon Jun 30 12:16:25 2008 +0200
     1.2 +++ b/rsync/receipt	Wed Jul 16 18:42:57 2008 +0200
     1.3 @@ -32,5 +32,7 @@
     1.4  	# User and passwd in /etc/rsyncd.secrets, syntax : user:passwd
     1.5  	#
     1.6  	cp -a stuff/etc $fs
     1.7 +	chown root.root $fs/etc/init.d/*
     1.8  	chmod 0644 $fs/etc/rsyncd.conf
     1.9 +
    1.10  }