diff --git a/src/etc/rc b/src/etc/rc index 68b81f28..98e6ff0a 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.167 2001/04/19 04:00:15 deraadt Exp $ +# $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. @@ -550,8 +550,8 @@ echo '.' date -if [ "X${moused_flags}" != X"NO" -a -x /usr/sbin/moused ]; then - echo 'starting moused...'; /usr/sbin/moused ${moused_flags} +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. diff --git a/src/etc/rc.conf b/src/etc/rc.conf index d195e470..00601d2f 100644 --- a/src/etc/rc.conf +++ b/src/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.57 2001/04/19 04:00:15 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.58 2001/05/02 02:41:26 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -40,7 +40,7 @@ identd_flags=NO # for non-inetd use: "-b -u nobody -elo" xdm_flags=NO # for normal use: "" # For enabling console mouse support (i386 architecture only) -moused_flags=NO # for ps/2 try: "-p /dev/psm0", serial: "-p /dev/cua00" +wsmoused_flags=NO # for ps/2 try: "-p /dev/psm0", serial: "-p /dev/cua00" # set the following to "YES" to turn them on rwhod=NO