wok rev 1091
dropbear: chown to root for all files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jul 16 21:50:00 2008 +0200 (2008-07-16) |
parents | 794d395dbca2 |
children | 201bec7c962f |
files | dropbear/receipt |
line diff
1.1 --- a/dropbear/receipt Wed Jul 16 21:47:54 2008 +0200 1.2 +++ b/dropbear/receipt Wed Jul 16 21:50:00 2008 +0200 1.3 @@ -43,7 +43,7 @@ 1.4 cp -a stuff/init.d $fs/etc 1.5 1.6 # Fix dropbear initscript perms 1.7 - chown root.root $fs/etc/init.d/dropbear 1.8 + chown -R root.root $fs 1.9 } 1.10 1.11 # Post message when installing.