diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-06-02 16:33:40 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-06-02 16:33:40 +0000 |
commit | 5d32cef2e7c7402e29ec864fac6ce9af3d3c5665 (patch) | |
tree | 6b6fd1a14bac4af1616fe52fa7dad62036692d86 /etc/rc | |
parent | 43875e0365db377cdc1cc52777605c4afb96f362 (diff) |
- add a full stop for consistency
ok deraadt@ dlg@
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |