|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/sh - |
|
|
|
# |
|
|
|
# $OpenBSD: rc.conf,v 1.168 2012/08/20 12:37:52 dlg Exp $ |
|
|
|
# $OpenBSD: rc.conf,v 1.169 2012/08/23 06:18:50 deraadt Exp $ |
|
|
|
|
|
|
|
# set these to "NO" to turn them off. otherwise, they're used as flags |
|
|
|
ldpd_flags=NO # for normal use: "" |
|
|
@ -89,8 +89,6 @@ bt=NO # Bluetooth |
|
|
|
check_quotas=YES # NO may be desirable in some YP environments |
|
|
|
accounting=NO # process accounting (using /var/account/acct) |
|
|
|
|
|
|
|
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 |
|
|
@ -112,7 +110,6 @@ pf_rules=/etc/pf.conf # Packet filter rules file |
|
|
|
ipsec_rules=/etc/ipsec.conf # IPsec rules file |
|
|
|
bt_rules=/etc/bt.conf # Bluetooth rules file |
|
|
|
pflogd_flags= # add more flags, e.g. "-s 256" |
|
|
|
afsd_flags= # Flags passed to afsd |
|
|
|
shlib_dirs= # extra directories for ldconfig, separated |
|
|
|
# by space |
|
|
|
|
|
|
|