=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.116 retrieving revision 1.117 diff -c -r1.116 -r1.117 *** src/etc/rc.conf 2006/06/02 21:32:50 1.116 --- src/etc/rc.conf 2006/09/27 19:54:36 1.117 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.116 2006/06/02 21:32:50 mcbride 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.117 2006/09/27 19:54:36 mpf Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 37,42 **** --- 37,43 ---- watchdogd_flags=NO # for normal use: "" ftpproxy_flags=NO # for normal use: "" hostapd_flags=NO # for normal use: "" + ifstated_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))