=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.110 retrieving revision 1.111 diff -c -r1.110 -r1.111 *** src/etc/rc.conf 2006/03/22 15:57:56 1.110 --- src/etc/rc.conf 2006/03/27 16:53:10 1.111 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.110 2006/03/22 15:57:56 hshoexer 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.111 2006/03/27 16:53:10 reyk Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 33,38 **** --- 33,39 ---- hotplugd_flags=NO # for normal use: "" watchdogd_flags=NO # for normal use: "" ftpproxy_flags=NO # for normal use: "" + hostapd_flags=NO # for normal use: "" # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8))