bind/pid-path.diff

26 lines
815 B
Diff

--- bin/named/include/named/globals.h
+++ bin/named/include/named/globals.h 2009/01/28 11:01:54
@@ -121,9 +121,9 @@
"lwresd.pid");
#else
EXTERN const char * ns_g_defaultpidfile INIT(NS_LOCALSTATEDIR
- "/run/named.pid");
+ "/run/named/named.pid");
EXTERN const char * lwresd_g_defaultpidfile INIT(NS_LOCALSTATEDIR
- "/run/lwresd.pid");
+ "/run/named/lwresd.pid");
#endif
EXTERN const char * ns_g_username INIT(NULL);
--- contrib/nanny/nanny.pl
+++ contrib/nanny/nanny.pl 2009/01/28 11:02:29
@@ -19,7 +19,7 @@
# A simple nanny to make sure named stays running.
-$pid_file_location = '/var/run/named.pid';
+$pid_file_location = '/var/run/named/named.pid';
$nameserver_location = 'localhost';
$dig_program = 'dig';
$named_program = 'named';