summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2009-10-17 20:40:18 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2009-10-17 20:40:18 +0000
commitc2eb7ceba05f8688c959e76d6469fe2c98806751 (patch)
treee66b7083c393fc2300b8f632a61ca5c47e488c19 /etc/rc.conf
parentcf44a616e7bc6db12522e29f106d50682195e740 (diff)
amd_dir is no longer used by rc so no need for it in rc.conf.
ok deraadt
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 61ff1966a35..f61ad4f8225 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.133 2009/05/31 19:16:16 henning Exp $
+# $OpenBSD: rc.conf,v 1.134 2009/10/17 20:40:17 nicm Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ripd_flags=NO # for normal use: ""
@@ -92,7 +92,6 @@ savecore_flags= # "-z" to compress
ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc
yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp
nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver
-amd_dir=/tmp_mnt # AMD's mount directory
amd_master=/etc/amd/master # AMD 'master' map
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log"
pf_rules=/etc/pf.conf # Packet filter rules file