wok rev 1398

Fix: Dropbear failed to start with empty key files.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Sep 20 08:55:30 2008 +0200 (2008-09-20)
parents ce72aad145d4
children 79b3f891fb03
files dropbear/receipt
line diff
     1.1 --- a/dropbear/receipt	Fri Sep 19 15:24:31 2008 +0000
     1.2 +++ b/dropbear/receipt	Sat Sep 20 08:55:30 2008 +0200
     1.3 @@ -42,8 +42,8 @@
     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 -	touch   $fs/etc/dropbear/dropbear_dss_host_key \
     1.8 -		$fs/etc/dropbear/dropbear_rsa_host_key
     1.9 +	#touch   $fs/etc/dropbear/dropbear_dss_host_key \
    1.10 +	#	$fs/etc/dropbear/dropbear_rsa_host_key
    1.11  	
    1.12  	# Fix dropbear initscript perms
    1.13  	chown -R root.root $fs