LOCALSTATEDIR should be /var, since the BIND 9 source appends
things like "run/named.pid" to it.
This commit is contained in:
parent
e73862471d
commit
bdd79e1531
@ -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}"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user