From 0ea2cdfd636971e3aa83a1fe6e77a5f457350cbb Mon Sep 17 00:00:00 2001 From: tom <> Date: Wed, 30 Nov 2005 16:04:33 +0000 Subject: [PATCH] Change "starting rpc daemons" to "starting initial daemons" as we also start ntpd at this time. discussed with jmc@; ok deraadt@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 443cde9b..ea06dde5 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.275 2005/11/16 09:19:36 camield Exp $ +# $OpenBSD: rc,v 1.276 2005/11/30 16:04:33 tom Exp $ # System startup script run by init on autoboot # or after single-user. @@ -328,7 +328,7 @@ if [ X"${isakmpd_flags}" != X"NO" ]; then echo 'starting isakmpd'; isakmpd ${isakmpd_flags} fi -echo -n 'starting rpc daemons:' +echo -n 'starting initial daemons:' # $portmap is imported from /etc/rc.conf; # if $portmap == YES, the portmapper is started.