=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.107 retrieving revision 1.108 diff -c -r1.107 -r1.108 *** src/etc/rc.conf 2005/10/31 10:32:47 1.107 --- src/etc/rc.conf 2005/11/01 20:32:42 1.108 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.107 2005/10/31 10:32:47 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $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,57 **** # 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) wsmoused_flags=NO # for ps/2 or usb mice: "", serial: "-p /dev/cua00" # set the following to "YES" to turn them on --- 51,57 ---- # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for normal use: "" ! # 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