wok diff dropbear/receipt @ rev 19495

Up cryptsetup (1.7.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 15 15:25:39 2016 +0100 (2016-11-15)
parents 300e9d9f091c
children ce7157786dac
line diff
     1.1 --- a/dropbear/receipt	Wed Aug 24 17:25:12 2016 -0400
     1.2 +++ b/dropbear/receipt	Tue Nov 15 15:25:39 2016 +0100
     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