blob: d7b6517e3423090fccf5a183be4300c0661ddda3 (
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 2018-01-04 05:41:15 UTC
+++ bin/named/include/named/globals.h
@@ -134,7 +134,7 @@ EXTERN const char * ns_g_defaultsession
#if NS_RUN_PID_DIR
EXTERN const char * ns_g_defaultpidfile INIT(NS_LOCALSTATEDIR
"/run/named/"
- "named.pid");
+ "pid");
EXTERN const char * lwresd_g_defaultpidfile INIT(NS_LOCALSTATEDIR
"/run/lwresd/"
"lwresd.pid");
|