]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Set a default value for _PATH_DHCRELAY_PID
authorTed Lemon <source@isc.org>
Sat, 22 Nov 1997 07:52:16 +0000 (07:52 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Nov 1997 07:52:16 +0000 (07:52 +0000)
includes/dhcpd.h

index f9503d46d068b14deda84eabbc5f4f2bd05d5e05..e9ea614e5944ae9c5e19cb55183a46584d409eac 100644 (file)
@@ -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