=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.457 retrieving revision 1.458 diff -c -r1.457 -r1.458 *** src/etc/rc 2015/08/13 17:24:42 1.457 --- src/etc/rc 2015/08/22 10:45:59 1.458 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.457 2015/08/13 17:24:42 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.458 2015/08/22 10:45:59 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 *************** *** 77,83 **** stripcom /etc/wsconsctl.conf | while read _line; do ! wsconsctl "$_line" done } --- 77,83 ---- stripcom /etc/wsconsctl.conf | while read _line; do ! eval "wsconsctl $_line" done }