aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.network
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-28 19:54:06 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-28 19:54:06 +0000
commit20fb384ee03f2c0a3cf76289e5cf93adb9e17423 (patch)
tree97c2b7c0bd9037748f4e0faa19141e5d51f03980 /etc/rc.network
parent2265d5e30dd81e9fdef4dad9bcb0f47f314bf186 (diff)
Notes
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.network b/etc/rc.network
index a4992f189187..69c7d89ea08f 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -608,11 +608,7 @@ network_pass3() {
if [ ! -f /etc/ssh/ssh_host_key ]; then
echo creating ssh host key
/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key
- echo now starting sshd
- else
- echo -n ' sshd';
fi
- ${sshd_program:-/usr/sbin/sshd} ${sshd_flags}
;;
esac