=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc.conf,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- src/etc/rc.conf 1998/12/21 03:33:43 1.34 +++ src/etc/rc.conf 1999/03/29 22:09:58 1.35 @@ -1,10 +1,11 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.34 1998/12/21 03:33:43 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.35 1999/03/29 22:09:58 niklas Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" -mrouted_flags=NO # for 'normal' use: mrouted_flags="" +mrouted_flags=NO # for 'normal' use: mrouted_flags="", if activated + # be sure to enable multicast_router below. rarpd_flags=NO # for 'normal' use: rarpd_flags="-a" bootparamd_flags=NO # for 'normal' use: bootparamd_flags="" rbootd_flags=NO # for 'normal' use: rbootd_flags="" @@ -43,6 +44,11 @@ sshd=YES # run sshd if it exists ntpd=YES # run ntpd if it exists 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 # miscellaneous other flags # only used if the appropriate server is marked YES above