diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-23 16:32:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-05-23 16:32:04 +0000 |
commit | e0b5f7a2dcc2fa11b5776fcbaadc8668a042b5dd (patch) | |
tree | 3d4978b8b61f92d064bbf93853d54a4db1d828eb /etc | |
parent | 3c822ab714a0ba9a04f9fe04ec6bf32dec77087d (diff) |
USB mice apply here, too.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index cb02e54c4e6..57f0b16a3e5 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.59 2001/05/23 16:22:58 marc Exp $ +# $OpenBSD: rc.conf,v 1.60 2001/05/23 16:32:03 aaron 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) -wsmoused_flags=NO # for ps/2: "", serial: "-p /dev/cua00" +wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" # set the following to "YES" to turn them on rwhod=NO |