2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Set a default value for _PATH_DHCRELAY_PID

This commit is contained in:
Ted Lemon
1997-11-22 07:52:16 +00:00
parent 6ba81331d1
commit 8afb9ae08c

View 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