--- bind-9.2.2rc1/bin/named/include/named/globals.h +++ bind-9.2.2rc1/bin/named/include/named/globals.h 2003/01/12 18:15:26 @@ -102,9 +102,9 @@ EXTERN isc_boolean_t ns_g_logstderr INIT(ISC_FALSE); 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"); EXTERN const char * ns_g_username INIT(NULL); #undef EXTERN --- bind-9.2.2rc1/contrib/nanny/nanny.pl +++ bind-9.2.2rc1/contrib/nanny/nanny.pl 2003-02-19 18:44:10.000000000 +0100 @@ -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';