=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.128 retrieving revision 1.129 diff -c -r1.128 -r1.129 *** src/etc/rc.conf 2008/01/31 14:18:03 1.128 --- src/etc/rc.conf 2008/05/07 11:58:14 1.129 *************** *** 1,9 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.128 2008/01/31 14:18:03 reyk 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. --- 1,8 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.129 2008/05/07 11:58:14 claudio Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below.