From 89f32f927ba01e0cafb89463234c86183551a7e7 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Sat, 16 Apr 2011 05:53:18 +0000 Subject: [PATCH] Output 'starting standard daemons:' to be consistent with the rest. ok deraadt@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index e1b73bb5..a3d9ea11 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.350 2011/03/23 15:22:10 stevesk Exp $ +# $OpenBSD: rc,v 1.351 2011/04/16 05:53:18 ajacoutot Exp $ # System startup script run by init on autoboot # or after single-user. @@ -800,7 +800,7 @@ rm -f /etc/rc.firsttime.run [ -f /etc/rc.local ] && . /etc/rc.local -echo -n standard daemons: +echo -n starting standard daemons: if [ X"${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then echo -n ' apmd'; /usr/sbin/apmd ${apmd_flags}