summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-11-22 07:52:16 +0000
committerTed Lemon <source@isc.org>1997-11-22 07:52:16 +0000
commit8afb9ae08ceebee9119374edc56c08e10ebcc50a (patch)
treeda08c583608b0290531affe9ef9d56069020038f
parent6ba81331d1e8167c5f1afd3ac18d679b224daefa (diff)
downloadisc-dhcp-8afb9ae08ceebee9119374edc56c08e10ebcc50a.tar.gz
Set a default value for _PATH_DHCRELAY_PID
-rw-r--r--includes/dhcpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index f9503d46..e9ea614e 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