blob: 7d6814049463a286d35099b049d7258f489cb2fc (
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 2024-12-03 12:33:15 UTC
+++ bin/named/include/named/globals.h
@@ -119,7 +119,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");
|