=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.119 retrieving revision 1.120 diff -c -r1.119 -r1.120 *** src/etc/rc.conf 2007/01/06 12:00:06 1.119 --- src/etc/rc.conf 2007/01/31 08:32:16 1.120 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.119 2007/01/06 12:00:06 matthieu 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.120 2007/01/31 08:32:16 pyr Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 38,43 **** --- 38,44 ---- ftpproxy_flags=NO # for normal use: "" hostapd_flags=NO # for normal use: "" ifstated_flags=NO # for normal use: "" + hoststated_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))