=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.168 retrieving revision 1.169 diff -c -r1.168 -r1.169 *** src/etc/rc 2001/05/02 02:41:26 1.168 --- src/etc/rc 2001/05/03 21:56:57 1.169 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.168 2001/05/02 02:41:26 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.169 2001/05/03 21:56:57 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 551,557 **** date if [ "X${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then ! echo 'starting wsmoused...'; /usr/sbin/wsmoused ${moused_flags} fi # Alternatively, on some architectures, xdm may be started in /etc/ttys. --- 551,557 ---- date if [ "X${wsmoused_flags}" != X"NO" -a -x /usr/sbin/wsmoused ]; then ! echo 'starting wsmoused...'; /usr/sbin/wsmoused ${wsmoused_flags} fi # Alternatively, on some architectures, xdm may be started in /etc/ttys.