wok rev 18881

Fix: sshd daemon name
author Alexander Medvedev <devl547@gmail.com>
date Tue Feb 09 19:37:56 2016 +0000 (2016-02-09)
parents 5797509d0229
children 29be722dd1a2
files dropbear/receipt
line diff
     1.1 --- a/dropbear/receipt	Tue Feb 09 10:22:52 2016 +0100
     1.2 +++ b/dropbear/receipt	Tue Feb 09 19:37:56 2016 +0000
     1.3 @@ -71,7 +71,7 @@
     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 -	ln -s daemon $fs/etc/init.d/ssh
     1.8 +	ln -s daemon $fs/etc/init.d/sshd
     1.9  	cp -a $stuff/sshx $fs/usr/bin
    1.10  	ln -s sshx $fs/usr/bin/pppssh
    1.11  	ln -s sshx $fs/usr/bin/sshfbvnc