=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.117 retrieving revision 1.118 diff -c -r1.117 -r1.118 *** src/etc/rc.conf 2006/09/27 19:54:36 1.117 --- src/etc/rc.conf 2006/10/29 18:58:57 1.118 *************** *** 1,9 **** #!/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" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. dvmrpd_flags=NO # for normal use: "" --- 1,10 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.118 2006/10/29 18:58:57 norby Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" + ripd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. dvmrpd_flags=NO # for normal use: ""