diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-01 20:32:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-01 20:32:43 +0000 |
commit | fc10c863f63d4371b2473326a73f73d1b15b4310 (patch) | |
tree | 3ea2fd76f0b6dba2f2a04b9d88604b071a5b6028 /etc | |
parent | 40b56f9247805cf2a5827722741d83e0983a1a57 (diff) |
wsmoused works on amd64 too; carvalholatas@gmail.com
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 6672d580654..ee574dbafdf 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.107 2005/10/31 10:32:47 henning Exp $ +# $OpenBSD: rc.conf,v 1.108 2005/11/01 20:32:42 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -51,7 +51,7 @@ identd_flags=NO # for non-inetd use: "-b -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 and alpha only) +# For enabling console mouse support (i386 alpha amd64) wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" # set the following to "YES" to turn them on |