aboutsummaryrefslogtreecommitdiff
path: root/lib/bind
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-09-23 04:46:56 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-09-23 04:46:56 +0000
commit8c3d51e1dc58cfd76e94ba46b717533514326a41 (patch)
treea34460d945d0f6b55c3aa9d0adcd376949b1ba09 /lib/bind
parent59583bf53c7daa42cbd5af26114520b3ac14528d (diff)
downloadsrc-8c3d51e1dc58cfd76e94ba46b717533514326a41.tar.gz
src-8c3d51e1dc58cfd76e94ba46b717533514326a41.zip
LOCALSTATEDIR should be /var, since the BIND 9 source appends
things like "run/named.pid" to it.
Notes
Notes: svn path=/head/; revision=135592
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 7190e422b974..9e3fc80ea221 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}"'