ports/dns/bind9-devel/files/patch-bin_named_include_named_globals.h
Mathieu Arnold 0663764a49 dns/bind9-devel: update to 9.19.18
Switch from gitlab to official BIND9 development releases.
2024-05-17 19:29:35 +02:00

13 lines
536 B
C

We reference the pid file as being run/named/pid everywere else.
--- bin/named/include/named/globals.h.orig 2023-12-01 14:21:34 UTC
+++ bin/named/include/named/globals.h
@@ -121,7 +121,7 @@ EXTERN const char *named_g_defaultsessionkeyfile INIT(
#if NAMED_RUN_PID_DIR
EXTERN const char *named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR "/run/named/"
- "named.pid");
+ "pid");
#else /* if NAMED_RUN_PID_DIR */
EXTERN const char *named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR "/run/"
"named.pid");