=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.106 retrieving revision 1.107 diff -c -r1.106 -r1.107 *** src/etc/rc.conf 2005/06/02 20:09:38 1.106 --- src/etc/rc.conf 2005/10/31 10:32:47 1.107 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.106 2005/06/02 20:09:38 tholo 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.107 2005/10/31 10:32:47 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 31,36 **** --- 31,37 ---- lpd_flags=NO # for normal use: "" (or "-l" for debugging) sensorsd_flags=NO # for normal use: "" hotplugd_flags=NO # for normal use: "" + watchdogd_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))