diff options
author | David Krause <david@cvs.openbsd.org> | 2003-07-01 23:05:07 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-07-01 23:05:07 +0000 |
commit | 2d6b0112d16996938b4b5fcd4f9245392b5381bc (patch) | |
tree | 9fb2597db670f3c188a5a4958da36962442a1279 /etc | |
parent | 200af552d5f2c3ad01672e03c9c8c99a4dc48ab1 (diff) |
now that there is multicast routing documentation in netstart(8),
reference it rather than /etc/netstart
ok henning@ millert@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index aabc88bc874..5cace7755fd 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.89 2003/06/07 18:35:49 henning Exp $ +# $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,7 +62,7 @@ krb5_slave_kdc=NO # KerberosV slave KDC. afs=NO # mount and run afs # Multicast routing configuration -# Please look at /etc/netstart for a detailed description if you change these +# 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 |