=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.80 retrieving revision 1.81 diff -c -r1.80 -r1.81 *** src/etc/rc.conf 2002/10/04 23:16:41 1.80 --- src/etc/rc.conf 2002/11/23 18:29:21 1.81 *************** *** 1,10 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.80 2002/10/04 23:16:41 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" - altqd_flags=NO # for normal use: "" mrouted_flags=NO # for normal use: "", if activated # be sure to enable multicast_router below. rarpd_flags=NO # for normal use: "-a" --- 1,9 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.81 2002/11/23 18:29:21 deraadt 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. rarpd_flags=NO # for normal use: "-a"