diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:18:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:18:51 +0000 |
commit | b42d0514cfc000a4e905ab635e7b4e7443025e28 (patch) | |
tree | 9d98a435485407a63108239214b920bd17b94315 /etc | |
parent | 1b3dd6bbcd5297ce7d6deb3c992ea6887e1e1129 (diff) |
no more afs activation goop
Diffstat (limited to 'etc')
-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 |