summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2008-06-02 16:33:40 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2008-06-02 16:33:40 +0000
commit5d32cef2e7c7402e29ec864fac6ce9af3d3c5665 (patch)
tree6b6fd1a14bac4af1616fe52fa7dad62036692d86 /etc/rc
parent43875e0365db377cdc1cc52777605c4afb96f362 (diff)
- add a full stop for consistency
ok deraadt@ dlg@
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 0d463a3887d..6956d1c93a0 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.313 2008/05/07 11:58:14 claudio Exp $
+# $OpenBSD: rc,v 1.314 2008/06/02 16:33:39 jasper Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -531,7 +531,7 @@ if [ -f /sbin/ldconfig ]; then
fi
if [ -x /usr/libexec/vi.recover ]; then
- echo 'preserving editor files'; /usr/libexec/vi.recover
+ echo 'preserving editor files.'; /usr/libexec/vi.recover
fi
if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then