|
@ -1,11 +1,12 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: rc.conf,v 1.94 2004/02/26 07:33:08 beck Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: rc.conf,v 1.95 2004/03/05 23:54:47 henning Exp $ |
|
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
routed_flags=NO # for normal use: "-q" |
|
|
routed_flags=NO # for normal use: "-q" |
|
|
mrouted_flags=NO # for normal use: "", if activated |
|
|
mrouted_flags=NO # for normal use: "", if activated |
|
|
# be sure to enable multicast_router below. |
|
|
# be sure to enable multicast_router below. |
|
|
|
|
|
bgpd_flags=NO # for normal use: "" |
|
|
rarpd_flags=NO # for normal use: "-a" |
|
|
rarpd_flags=NO # for normal use: "-a" |
|
|
bootparamd_flags=NO # for normal use: "" |
|
|
bootparamd_flags=NO # for normal use: "" |
|
|
rbootd_flags=NO # for normal use: "" |
|
|
rbootd_flags=NO # for normal use: "" |
|
|