=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.224 retrieving revision 1.225 diff -c -r1.224 -r1.225 *** src/etc/rc 2003/03/21 20:33:24 1.224 --- src/etc/rc 2003/03/23 18:45:34 1.225 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.224 2003/03/21 20:33:24 todd Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.225 2003/03/23 18:45:34 marc Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 558,568 **** if [ -x /sbin/wsconsctl -a -f /etc/wsconsctl.conf ]; then ( # delete comments and blank lines ! saveIFS=$IFS IFS=" " set -- `stripcom /etc/wsconsctl.conf` ! IFS=$save_IFS while [ $# -ge 1 ] ; do eval /sbin/wsconsctl -w $1 shift --- 558,568 ---- if [ -x /sbin/wsconsctl -a -f /etc/wsconsctl.conf ]; then ( # delete comments and blank lines ! save_IFS="$IFS" IFS=" " set -- `stripcom /etc/wsconsctl.conf` ! IFS="$save_IFS" while [ $# -ge 1 ] ; do eval /sbin/wsconsctl -w $1 shift