# HG changeset patch # User Eric Joseph-Alexandre # Date 1216209113 -7200 # Node ID 6f2d3769a3390104ba3a054a954a3f255bf7ade3 # Parent 8af275409828f87f93d535e85095fcfed05d0ef1 Fix: initscript perms fro rsync, dropbear and slim. diff -r 8af275409828 -r 6f2d3769a339 dropbear/receipt --- a/dropbear/receipt Wed Jul 16 09:51:14 2008 +0000 +++ b/dropbear/receipt Wed Jul 16 13:51:53 2008 +0200 @@ -41,6 +41,9 @@ mkdir -p $fs/etc cp -a stuff/dropbear $fs/etc cp -a stuff/init.d $fs/etc + + # Fix dropbear initscript perms + chown root.root $fs/etc/init.d/dropbear } # Post message when installing. diff -r 8af275409828 -r 6f2d3769a339 rsync/receipt --- a/rsync/receipt Wed Jul 16 09:51:14 2008 +0000 +++ b/rsync/receipt Wed Jul 16 13:51:53 2008 +0200 @@ -32,5 +32,7 @@ # User and passwd in /etc/rsyncd.secrets, syntax : user:passwd # cp -a stuff/etc $fs + chown root.root $fs/etc/init.d/* chmod 0644 $fs/etc/rsyncd.conf + } diff -r 8af275409828 -r 6f2d3769a339 slim/receipt --- a/slim/receipt Wed Jul 16 09:51:14 2008 +0000 +++ b/slim/receipt Wed Jul 16 13:51:53 2008 +0200 @@ -27,6 +27,7 @@ # Config file and rc script (theme is in slitaz-configs). cp -a stuff/etc $fs + chown root.root $fs/etc/init.d/* } post_install()