=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.229 retrieving revision 1.230 diff -c -r1.229 -r1.230 *** src/etc/rc 2003/11/18 16:37:34 1.229 --- src/etc/rc 2003/12/05 00:52:16 1.230 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.229 2003/11/18 16:37:34 henning Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.230 2003/12/05 00:52:16 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 286,292 **** # run rdate before timed if [ X"${rdate_flags}" != X"NO" ]; then ! echo -n ' rdate'; rdate -s ${rdate_flags} fi # $timed_flags is imported from /etc/rc.conf; --- 286,292 ---- # run rdate before timed if [ X"${rdate_flags}" != X"NO" ]; then ! echo -n ' rdate'; rdate -s ${rdate_flags} fi # $timed_flags is imported from /etc/rc.conf; *************** *** 594,600 **** # $apmd_flags is imported from /etc/rc.conf; # don't run daemon if $apmd_flags == NO or /usr/sbin/apmd doesn't exist if [ "X${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then ! echo -n ' apmd'; /usr/sbin/apmd ${apmd_flags} fi if [ X"${sensorsd_flags}" != X"NO" ]; then --- 594,600 ---- # $apmd_flags is imported from /etc/rc.conf; # don't run daemon if $apmd_flags == NO or /usr/sbin/apmd doesn't exist if [ "X${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then ! echo -n ' apmd'; /usr/sbin/apmd ${apmd_flags} fi if [ X"${sensorsd_flags}" != X"NO" ]; then