aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/routing
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-02-29 12:53:28 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-02-29 12:53:28 +0000
commit12324b777c118ca0381749e7932782ae93231027 (patch)
tree096983455cb10ae54dbeec04303097249df9a74d /etc/rc.d/routing
parent967b7d28a407edb0839364dba48c1ea641351f30 (diff)
downloadsrc-12324b777c118ca0381749e7932782ae93231027.tar.gz
src-12324b777c118ca0381749e7932782ae93231027.zip
cosmetic fix - add a space.
Notes
Notes: svn path=/head/; revision=57627
Diffstat (limited to 'etc/rc.d/routing')
-rw-r--r--etc/rc.d/routing2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 69c7d89ea08f..0211181f0516 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -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
;;