From c1d828650981fab7a7de566a276fd9c717ed4afc Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Sat, 16 Apr 2011 05:53:19 +0000 Subject: Output 'starting standard daemons:' to be consistent with the rest. ok deraadt@ --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index e1b73bb5cbf..a3d9ea11f64 100644 --- a/etc/rc +++ b/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} -- cgit v1.2.3