From 42b8508c56fc9da64bcab9a944b21636ef1e6f50 Mon Sep 17 00:00:00 2001 From: jasper <> Date: Mon, 2 Jun 2008 16:33:39 +0000 Subject: [PATCH] - add a full stop for consistency ok deraadt@ dlg@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 0d463a38..6956d1c9 100644 --- a/src/etc/rc +++ b/src/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