=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.shutdown,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/etc/Attic/rc.shutdown 1999/07/15 14:31:52 1.2 --- src/etc/Attic/rc.shutdown 1999/07/20 16:51:04 1.3 *************** *** 1,4 **** ! # $OpenBSD: rc.shutdown,v 1.2 1999/07/15 14:31:52 provos Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). --- 1,4 ---- ! # $OpenBSD: rc.shutdown,v 1.3 1999/07/20 16:51:04 deraadt Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). *************** *** 6,12 **** # run by init(8) when such an event happens. # ! echo -n /etc/rc.shutdown in progress... # save part of our entropy pool for reuse on reboot dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 >/dev/null 2>&1 --- 6,12 ---- # run by init(8) when such an event happens. # ! echo /etc/rc.shutdown in progress... # save part of our entropy pool for reuse on reboot dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 >/dev/null 2>&1 *************** *** 17,21 **** # ! echo done. exit 0 # An exit code of 2 will cause init(8) to attempt powerdown. --- 17,21 ---- # ! echo shutdown complete. exit 0 # An exit code of 2 will cause init(8) to attempt powerdown.