wok diff dropbear/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents ead554f980a4
children e85c838301ad
line diff
     1.1 --- a/dropbear/receipt	Tue Feb 09 19:37:56 2016 +0000
     1.2 +++ b/dropbear/receipt	Fri May 06 15:40:30 2016 +0300
     1.3 @@ -34,7 +34,7 @@
     1.4  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
     1.5  	sed -i  -e 's|/usr/.*/xauth|/usr/bin/xauth|' \
     1.6  		-e 's|/usr/.*/sftp-server|/usr/sbin/sftp-server|' \
     1.7 - 		-e 's|ENABLE_SVR_PAM_AUTH|ENABLE_SVR_PASSWORD_AUTH|' \
     1.8 +		-e 's|ENABLE_SVR_PAM_AUTH|ENABLE_SVR_PASSWORD_AUTH|' \
     1.9  		options.h
    1.10  	./configure --prefix=/usr --without-pam $CONFIGURE_ARGS $CROSS_ARGS &&
    1.11  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 SCPPROGRESS=1 &&
    1.12 @@ -97,6 +97,7 @@
    1.13  	grep -q ssh "$1/etc/inetd.conf" || cat >> "$1/etc/inetd.conf" <<EOT
    1.14  #ssh	stream	tcp	nowait	root	dropbear	dropbear	-i -b /etc/dropbear/banner
    1.15  EOT
    1.16 +	[ -n "$quiet" ] && return
    1.17  	echo -e "\nTo starts $PACKAGE server you can run :\n"
    1.18  	echo "/etc/init.d/$PACKAGE start"
    1.19  	echo -e "Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf\n"