From f36e1884f79c391914e26f62044cfd1226d51133 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 1 Nov 2005 20:32:42 +0000 Subject: [PATCH] wsmoused works on amd64 too; carvalholatas@gmail.com --- src/etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index 6672d580..ee574dba 100644 --- a/src/etc/rc.conf +++ b/src/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