summaryrefslogtreecommitdiff
path: root/dns/bind9-devel/files/patch-bin_named_include_named_globals.h
blob: 54a05c73c851124fba2d75034eca7c0fc5dcd4a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
We reference the pid file as being run/named/pid everywere else.

--- bin/named/include/named/globals.h.orig	2025-04-09 14:26:29 UTC
+++ bin/named/include/named/globals.h
@@ -117,7 +117,7 @@ EXTERN const char *named_g_defaultpidfile INIT(NAMED_L
 
 #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");