wok-next diff dropbear/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 9e01bc6321ea
children 338c34110bab
line diff
     1.1 --- a/dropbear/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/dropbear/receipt	Thu Feb 25 15:02:38 2016 +0200
     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