From c9adcc97bf6959dcd7b90b52a64bfb2e494f5cf1 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 23 Aug 2012 06:18:50 +0000 Subject: [PATCH] no more afs activation goop --- src/etc/rc.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/etc/rc.conf b/src/etc/rc.conf index fcb203bc..f4009bba 100644 --- a/src/etc/rc.conf +++ b/src/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