=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.135 retrieving revision 1.136 diff -c -r1.135 -r1.136 *** src/etc/rc.conf 2010/04/23 06:29:36 1.135 --- src/etc/rc.conf 2010/04/25 10:10:51 1.136 *************** *** 1,8 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.135 2010/04/23 06:29:36 ratchov 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. --- 1,9 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.136 2010/04/25 10:10:51 michele Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags + ldpd_flags=NO # for normal use: "" ripd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below.