=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.90 retrieving revision 1.91 diff -c -r1.90 -r1.91 *** src/etc/rc.conf 2003/07/01 23:05:06 1.90 --- src/etc/rc.conf 2003/11/18 16:37:34 1.91 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.90 2003/07/01 23:05:06 david 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.91 2003/11/18 16:37:34 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 26,31 **** --- 26,32 ---- # be sure to set net.inet6.ip6.forwarding=0 # be sure to set net.inet6.ip6.accept_rtadv=1 lpd_flags=NO # for normal use: "" (or "-l" for debugging) + sensorsd_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))