ports/dns/bind9-devel/files/patch-bin_named_include_named_globals.h
Mathieu Arnold e0d56ca9a1 Update to latest commit.
Sponsored by:	Absolight
2018-08-13 13:26:24 +00:00

13 lines
511 B
C

We reference the pid file as being run/named/pid everywere else.
--- bin/named/include/named/globals.h.orig 2018-08-13 11:22:25 UTC
+++ bin/named/include/named/globals.h
@@ -128,7 +128,7 @@ EXTERN bool named_g_forcelock INIT(fals
#if NAMED_RUN_PID_DIR
EXTERN const char * named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR
"/run/named/"
- "named.pid");
+ "pid");
#else
EXTERN const char * named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR
"/run/named.pid");