From: Ted Lemon Date: Sat, 22 Nov 1997 07:52:16 +0000 (+0000) Subject: Set a default value for _PATH_DHCRELAY_PID X-Git-Tag: DHCP-971122~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8afb9ae08ceebee9119374edc56c08e10ebcc50a;p=thirdparty%2Fdhcp.git Set a default value for _PATH_DHCRELAY_PID --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index f9503d46d..e9ea614e5 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -435,6 +435,10 @@ typedef unsigned char option_mask [16]; #define _PATH_RESOLV_CONF "/etc/resolv.conf" #endif +#ifndef _PATH_DHCRELAY_PID +#define _PATH_DHCRELAY_PID "/var/run/dhcrelay.pid" +#endif + #ifndef DHCPD_LOG_FACILITY #define DHCPD_LOG_FACILITY LOG_DAEMON #endif