wok diff rsync/receipt @ rev 1294
Up: kino (1.3.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Aug 21 15:38:56 2008 +0200 (2008-08-21) |
parents | c6432101e464 |
children | 9441581e6a97 |
line diff
1.1 --- a/rsync/receipt Mon Jun 30 12:16:25 2008 +0200 1.2 +++ b/rsync/receipt Thu Aug 21 15:38:56 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 }