diff options
author | dougb <dougb@FreeBSD.org> | 2004-09-23 04:46:56 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-09-23 04:46:56 +0000 |
commit | bdd79e1531670b0fbeec415265d18368984208f7 (patch) | |
tree | a34460d945d0f6b55c3aa9d0adcd376949b1ba09 /lib | |
parent | e73862471d64845100a003fb14d6d4e73ef25a6b (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/bind/config.mk | 2 |
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}"' |