wok rev 19390

dropbear: revert to previous EOT redirect
author Richard Dunbar <mojo@slitaz.org>
date Wed Aug 24 18:11:12 2016 -0400 (2016-08-24)
parents 300e9d9f091c
children 3b334b26197f
files dropbear/receipt
line diff
     1.1 --- a/dropbear/receipt	Wed Aug 24 17:25:12 2016 -0400
     1.2 +++ b/dropbear/receipt	Wed Aug 24 18:11:12 2016 -0400
     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