wok rev 1074

Fix: initscript perms fro rsync, dropbear and slim.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 16 13:51:53 2008 +0200 (2008-07-16)
parents 8af275409828
children 1f329c915497
files dropbear/receipt rsync/receipt slim/receipt
line diff
     1.1 --- a/dropbear/receipt	Wed Jul 16 09:51:14 2008 +0000
     1.2 +++ b/dropbear/receipt	Wed Jul 16 13:51:53 2008 +0200
     1.3 @@ -41,6 +41,9 @@
     1.4  	mkdir -p $fs/etc
     1.5  	cp -a stuff/dropbear $fs/etc
     1.6  	cp -a stuff/init.d $fs/etc
     1.7 +	
     1.8 +	# Fix dropbear initscript perms
     1.9 +	chown root.root $fs/etc/init.d/dropbear 
    1.10  }
    1.11  
    1.12  # Post message when installing.
     2.1 --- a/rsync/receipt	Wed Jul 16 09:51:14 2008 +0000
     2.2 +++ b/rsync/receipt	Wed Jul 16 13:51:53 2008 +0200
     2.3 @@ -32,5 +32,7 @@
     2.4  	# User and passwd in /etc/rsyncd.secrets, syntax : user:passwd
     2.5  	#
     2.6  	cp -a stuff/etc $fs
     2.7 +	chown root.root $fs/etc/init.d/*
     2.8  	chmod 0644 $fs/etc/rsyncd.conf
     2.9 +
    2.10  }
     3.1 --- a/slim/receipt	Wed Jul 16 09:51:14 2008 +0000
     3.2 +++ b/slim/receipt	Wed Jul 16 13:51:53 2008 +0200
     3.3 @@ -27,6 +27,7 @@
     3.4  	
     3.5  	# Config file and rc script (theme is in slitaz-configs).
     3.6  	cp -a stuff/etc $fs
     3.7 +	chown root.root $fs/etc/init.d/*
     3.8  }
     3.9  
    3.10  post_install()