=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.89 retrieving revision 1.90 diff -c -r1.89 -r1.90 *** src/etc/rc.conf 2003/06/07 18:35:49 1.89 --- src/etc/rc.conf 2003/07/01 23:05:06 1.90 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.89 2003/06/07 18:35:49 henning Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: rc.conf,v 1.90 2003/07/01 23:05:06 david Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" *************** *** 62,68 **** afs=NO # mount and run afs # Multicast routing configuration ! # Please look at /etc/netstart for a detailed description if you change these multicast_host=NO # Route all multicast packets to a single interface multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted --- 62,68 ---- afs=NO # mount and run afs # Multicast routing configuration ! # Please look at netstart(8) for a detailed description if you change these multicast_host=NO # Route all multicast packets to a single interface multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted