wok diff dropbear/receipt @ rev 19497

Up SliTaz projects: cookutils (838), slitaz-base-files (314), tazlito (439 again, seems failure isn't here).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 17 01:33:43 2016 +0200 (2016-11-17)
parents 300e9d9f091c
children ce7157786dac
line diff
     1.1 --- a/dropbear/receipt	Wed Aug 24 17:25:12 2016 -0400
     1.2 +++ b/dropbear/receipt	Thu Nov 17 01:33:43 2016 +0200
     1.3 @@ -99,7 +99,7 @@
     1.4  /etc/dropbear/dropbear_rsa_host_key	/etc/ssh/ssh_host_rsa_key
     1.5  /etc/dropbear/dropbear_dss_host_key	/etc/ssh/ssh_host_dsa_key
     1.6  EOT
     1.7 -	grep -q ssh "$1/etc/inetd.conf" || cat <<EOT >> "$1/etc/inetd.conf"
     1.8 +	grep -q ssh "$1/etc/inetd.conf" || cat >> "$1/etc/inetd.conf" <<EOT
     1.9  #ssh	stream	tcp	nowait	root	dropbear	dropbear	-i -b /etc/dropbear/banner
    1.10  EOT
    1.11  	[ -n "$quiet" ] && return