blob: 502a8dc80d58de255a239c0df4b1dd567344fce2 (
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 2019-11-12 11:24:41 UTC
+++ bin/named/include/named/globals.h
@@ -131,7 +131,7 @@ EXTERN bool named_g_forcelock INIT(false);
#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");
|