=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.shutdown,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/etc/Attic/rc.shutdown 2010/11/26 08:09:35 1.10 --- src/etc/Attic/rc.shutdown 2011/03/17 16:43:51 1.11 *************** *** 1,4 **** ! # $OpenBSD: rc.shutdown,v 1.10 2010/11/26 08:09:35 ajacoutot Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). If the architecture supports keyboard requested halting, --- 1,4 ---- ! # $OpenBSD: rc.shutdown,v 1.11 2011/03/17 16:43:51 robert Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). If the architecture supports keyboard requested halting, *************** *** 12,18 **** while [ -n "${rc_scripts}" ]; do _r=${rc_scripts##* } rc_scripts=${rc_scripts%%*( )${_r}} ! [ -x /etc/rc.d/${_r} ] && echo -n " ${_r}" && /etc/rc.d/${_r} stop done # Add your local shutdown actions here. --- 12,18 ---- while [ -n "${rc_scripts}" ]; do _r=${rc_scripts##* } rc_scripts=${rc_scripts%%*( )${_r}} ! [ -x /etc/rc.d/${_r} ] && /etc/rc.d/${_r} stop done # Add your local shutdown actions here.