=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.481 retrieving revision 1.482 diff -c -r1.481 -r1.482 *** src/etc/rc 2016/05/26 14:59:48 1.481 --- src/etc/rc 2016/05/26 16:29:51 1.482 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.481 2016/05/26 14:59:48 rpe Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the --- 1,4 ---- ! # $OpenBSD: rc,v 1.482 2016/05/26 16:29:51 deraadt Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the *************** *** 210,216 **** if $_remount; then mount -u -r $_dkdev fi ! echo ' done.' } --- 210,216 ---- if $_remount; then mount -u -r $_dkdev fi ! echo ' done.' } *************** *** 311,317 **** exit 0 fi ! # Add swap block-devices. swapctl -A -t blk if [[ -e /fastboot ]]; then --- 311,317 ---- exit 0 fi ! # Add swap block-devices. swapctl -A -t blk if [[ -e /fastboot ]]; then