=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.106 retrieving revision 1.107 diff -c -r1.106 -r1.107 *** src/etc/rc 1999/08/19 13:58:07 1.106 --- src/etc/rc 1999/08/31 03:47:16 1.107 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.106 1999/08/19 13:58:07 kstailey Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.107 1999/08/31 03:47:16 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 222,229 **** if [ X${amd} = X"YES" -a -d ${amd_dir} -a -e ${amd_master} ]; then echo -n ' amd' ! amd -l syslog -x error,noinfo,nostats -p \ ! -a ${amd_dir} `cat ${amd_master}` > /var/run/amd.pid fi # $timed_flags is imported from /etc/rc.conf; --- 222,229 ---- if [ X${amd} = X"YES" -a -d ${amd_dir} -a -e ${amd_master} ]; then echo -n ' amd' ! (cd /etc/amd; amd -l syslog -x error,noinfo,nostats -p \ ! -a ${amd_dir} `cat ${amd_master}` > /var/run/amd.pid ) fi # $timed_flags is imported from /etc/rc.conf;