=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.108 retrieving revision 1.109 diff -c -r1.108 -r1.109 *** src/etc/rc.conf 2005/11/01 20:32:42 1.108 --- src/etc/rc.conf 2005/11/16 09:19:36 1.109 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.108 2005/11/01 20:32:42 deraadt 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.109 2005/11/16 09:19:36 camield Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 32,37 **** --- 32,38 ---- sensorsd_flags=NO # for normal use: "" hotplugd_flags=NO # for normal use: "" watchdogd_flags=NO # for normal use: "" + ftpproxy_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))