=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/etc/rc.conf 1998/03/28 00:10:59 1.18 --- src/etc/rc.conf 1998/04/07 06:11:54 1.19 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.18 1998/03/28 00:10:59 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.19 1998/04/07 06:11:54 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" *************** *** 15,20 **** --- 15,23 ---- photurisd_flags=NO # for 'normal' use: photurisd_flags="" mopd_flags=NO # for 'normal' use: mopd_flags="-a" httpd_flags=NO # for 'normal' use: httpd_flags="" + + # On some architectures, you must also disable console getty in /etc/ttys + xdm_flags=NO # for 'normal' use: xdm_flags="" # set the following to "YES" to turn them on rwhod=NO