wok-next diff mosh/receipt @ rev 18468

busybox/tunctl: add -u support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 03 14:36:45 2015 +0200 (2015-10-03)
parents a5a576b1aaac
children 67d14f298f47
line diff
     1.1 --- a/mosh/receipt	Wed Sep 16 12:34:55 2015 +0200
     1.2 +++ b/mosh/receipt	Sat Oct 03 14:36:45 2015 +0200
     1.3 @@ -50,6 +50,6 @@
     1.4  		[ "$answer" == "y" ] && 
     1.5  		sed -i 's/^DROPBEAR_OPTIONS="/&-a /' $1/etc/daemons.conf &&
     1.6  		[ -z "$1" ] && /etc/init.d/dropbear restart
     1.7 -
     1.8 +		true
     1.9  	fi
    1.10  }