Browse Source

Change "starting rpc daemons" to "starting initial daemons" as we

also start ntpd at this time.
discussed with jmc@; ok deraadt@
OPENBSD_3_9
tom 18 years ago
parent
commit
0ea2cdfd63
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -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.


Loading…
Cancel
Save