summaryrefslogtreecommitdiffstats
path: root/etc/rc.network
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-29 12:53:28 +0000
committerjkh <jkh@FreeBSD.org>2000-02-29 12:53:28 +0000
commit5258174fec7c85f320dabfa1f1c5f6e653319b2c (patch)
treeb75c9329e4a9605965e31a6e4852c528f854288d /etc/rc.network
parentf30e29569a484f9dd12c1fef478dd44beb938ccf (diff)
downloadFreeBSD-src-5258174fec7c85f320dabfa1f1c5f6e653319b2c.zip
FreeBSD-src-5258174fec7c85f320dabfa1f1c5f6e653319b2c.tar.gz
cosmetic fix - add a space.
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.network b/etc/rc.network
index 69c7d89..0211181 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -606,7 +606,7 @@ network_pass3() {
case ${sshd_enable} in
[Yy][Ee][Ss])
if [ ! -f /etc/ssh/ssh_host_key ]; then
- echo creating ssh host key
+ echo ' creating ssh host key';
/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key
fi
;;
OpenPOWER on IntegriCloud