# HG changeset patch # User Richard Dunbar # Date 1472073912 14400 # Node ID 300e9d9f091cb34e9989e8fab2a4ae986d35afd0 # Parent 31d782e2fabcd50d9420d37d923b2445bc5a445a dropbear: busybox provides inetd.conf,append inetd.conf diff -r 31d782e2fabc -r 300e9d9f091c dropbear/receipt --- a/dropbear/receipt Wed Aug 24 16:44:18 2016 +0300 +++ b/dropbear/receipt Wed Aug 24 17:25:12 2016 -0400 @@ -83,7 +83,6 @@ ln -s sshx $fs/usr/bin/sshfbvnc touch $fs/etc/dropbear/dropbear_dss_host_key \ $fs/etc/dropbear/dropbear_rsa_host_key \ - $fs/etc/inetd.conf # Fix dropbear initscript perms chown -R root.root $fs @@ -100,7 +99,7 @@ /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_rsa_key /etc/dropbear/dropbear_dss_host_key /etc/ssh/ssh_host_dsa_key EOT - grep -q ssh "$1/etc/inetd.conf" || cat >> "$1/etc/inetd.conf" <> "$1/etc/inetd.conf" #ssh stream tcp nowait root dropbear dropbear -i -b /etc/dropbear/banner EOT [ -n "$quiet" ] && return