summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2005-11-30 16:04:34 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2005-11-30 16:04:34 +0000
commita97df7065bc3774331b7dea25b04cb5712a09045 (patch)
tree75f2ede470502f0fe5c5d8e39e7461456c84d0ce
parenta61f492a823444eaf689ddffb3e017e24d04e02c (diff)
Change "starting rpc daemons" to "starting initial daemons" as we
also start ntpd at this time. discussed with jmc@; ok deraadt@
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 443cde9bf72..ea06dde559d 100644
--- a/etc/rc
+++ b/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.