summaryrefslogtreecommitdiffstats
path: root/lib/bind
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-23 04:46:56 +0000
committerdougb <dougb@FreeBSD.org>2004-09-23 04:46:56 +0000
commitbdd79e1531670b0fbeec415265d18368984208f7 (patch)
treea34460d945d0f6b55c3aa9d0adcd376949b1ba09 /lib/bind
parente73862471d64845100a003fb14d6d4e73ef25a6b (diff)
downloadFreeBSD-src-bdd79e1531670b0fbeec415265d18368984208f7.zip
FreeBSD-src-bdd79e1531670b0fbeec415265d18368984208f7.tar.gz
LOCALSTATEDIR should be /var, since the BIND 9 source appends
things like "run/named.pid" to it.
Diffstat (limited to 'lib/bind')
-rw-r--r--lib/bind/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/config.mk b/lib/bind/config.mk
index 7190e42..9e3fc80 100644
--- a/lib/bind/config.mk
+++ b/lib/bind/config.mk
@@ -39,7 +39,7 @@ CFLAGS+= -DWORDS_BIGENDIAN
.endif
# Default file locations
-LOCALSTATEDIR= /var/run
+LOCALSTATEDIR= /var
SYSCONFDIR= /etc/namedb
CFLAGS+= -DNS_LOCALSTATEDIR='"${LOCALSTATEDIR}"'
CFLAGS+= -DNS_SYSCONFDIR='"${SYSCONFDIR}"'
OpenPOWER on IntegriCloud