wok diff rsync/receipt @ rev 1314
php*admin: add apache support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 27 18:41:39 2008 +0000 (2008-08-27) |
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 Aug 27 18:41:39 2008 +0000 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 }