Browse Source

- add a full stop for consistency

ok deraadt@ dlg@
OPENBSD_4_4
jasper 16 years ago
parent
commit
42b8508c56
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -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


Loading…
Cancel
Save