=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.113 retrieving revision 1.114 diff -c -r1.113 -r1.114 *** src/etc/rc.conf 2006/05/29 16:49:42 1.113 --- src/etc/rc.conf 2006/06/01 16:43:23 1.114 *************** *** 1,11 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.113 2006/05/29 16:49:42 avsm 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. ospfd_flags=NO # for normal use: "" bgpd_flags=NO # for normal use: "" rarpd_flags=NO # for normal use: "-a" --- 1,12 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.114 2006/06/01 16:43:23 norby 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: "" ospfd_flags=NO # for normal use: "" bgpd_flags=NO # for normal use: "" rarpd_flags=NO # for normal use: "-a"