wok-stable diff dropbear/receipt @ 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 cd39ea872fb3
children 8bf276abef41
line diff
     1.1 --- a/dropbear/receipt	Thu May 01 21:03:01 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.