=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.171 retrieving revision 1.172 diff -c -r1.171 -r1.172 *** src/etc/rc 2001/05/30 02:11:09 1.171 --- src/etc/rc 2001/06/02 03:06:29 1.172 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.171 2001/05/30 02:11:09 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.172 2001/06/02 03:06:29 miod Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 64,70 **** fi done ! swapon -a if [ -e /fastboot ]; then echo "Fast boot: skipping disk checks." --- 64,70 ---- fi done ! swapctl -A -t blk if [ -e /fastboot ]; then echo "Fast boot: skipping disk checks." *************** *** 267,272 **** --- 267,274 ---- echo '.' mount -a -t nfs + + swapctl -A -t noblk # /var/crash should be a directory or a symbolic link # to the crash directory if core dumps are to be saved.