=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/etc/rc.conf 1998/08/25 18:19:41 1.27 --- src/etc/rc.conf 1998/09/08 20:26:42 1.28 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.27 1998/08/25 18:19:41 marc 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.28 1998/09/08 20:26:42 marc Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" *************** *** 17,22 **** --- 17,23 ---- httpd_flags=NO # for 'normal' use: httpd_flags="" apmd_flags=NO # for 'normal' use: apmd_flags="" dhcpd_flags=NO # for 'normal' use: dhcpd_flags="-q" + dhcp_client=NO # for 'normal' use: dhcp_client="" # On some architectures, you must also disable console getty in /etc/ttys xdm_flags=NO # for 'normal' use: xdm_flags=""