|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.114 2006/06/01 16:43:23 norby Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.115 2006/06/01 21:37:43 norby Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
routed_flags=NO # for normal use: "-q" |
|
|
@ -22,6 +22,7 @@ mopd_flags=NO # for normal use: "-a" |
|
|
|
apmd_flags=NO # for normal use: "" |
|
|
|
acpid_flags=NO # for normal use: "" |
|
|
|
dhcpd_flags=NO # for normal use: "" |
|
|
|
dhcrelay_flags=NO # for normal use: "-i interface [server]" |
|
|
|
rtadvd_flags=NO # for normal use: list of interfaces |
|
|
|
# be sure to set net.inet6.ip6.forwarding=1 |
|
|
|
route6d_flags=NO # for normal use: "" |
|
|
|