diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-03 19:15:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-12-03 19:15:08 +0000 |
commit | d6842093c0f00d76fa350e2625114f9ce612b934 (patch) | |
tree | 70fc1bd9863ef730163e74432cb67b7f8eef1853 /etc | |
parent | 5a11e36adbec2a5a706b6212e669a99f6386fcfc (diff) |
Compile wsmoused on alpha, as it can be used on vga displays.
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 b86b614585c..4900f8d837f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.81 2002/11/23 18:29:21 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.82 2002/12/03 19:15:06 miod Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -42,7 +42,7 @@ identd_flags=NO # for non-inetd use: "-b -u nobody -elo" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for normal use: "" -# For enabling console mouse support (i386 architecture only) +# For enabling console mouse support (i386 and alpha only) wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" # set the following to "YES" to turn them on |