diff options
author | 2012-08-23 06:18:50 +0000 | |
---|---|---|
committer | 2012-08-23 06:18:50 +0000 | |
commit | ffd0a70a8f84534bdbe68c4bc17fed30dbb8e90d (patch) | |
tree | 0ad8da34c877bb28185b195305bb3bd64fefcf63 | |
parent | stop installing the etc/afs (diff) | |
download | wireguard-openbsd-ffd0a70a8f84534bdbe68c4bc17fed30dbb8e90d.tar.xz wireguard-openbsd-ffd0a70a8f84534bdbe68c4bc17fed30dbb8e90d.zip |
no more afs activation goop
-rw-r--r-- | etc/rc.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index fcb203bc329..f4009bbaf93 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -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 |