diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-04-16 05:53:19 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-04-16 05:53:19 +0000 |
commit | c1d828650981fab7a7de566a276fd9c717ed4afc (patch) | |
tree | 53476724bf707f9c0016c77bff0789e4a7346b27 /etc/rc | |
parent | 5af5d78d1338b0c4709985e75d6a36132d6c2ac5 (diff) |
Output 'starting standard daemons:' to be consistent with the rest.
ok deraadt@
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |