mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-04 16:25:21 +00:00
Set a default value for _PATH_DHCRELAY_PID
This commit is contained in:
@@ -435,6 +435,10 @@ typedef unsigned char option_mask [16];
|
|||||||
#define _PATH_RESOLV_CONF "/etc/resolv.conf"
|
#define _PATH_RESOLV_CONF "/etc/resolv.conf"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _PATH_DHCRELAY_PID
|
||||||
|
#define _PATH_DHCRELAY_PID "/var/run/dhcrelay.pid"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DHCPD_LOG_FACILITY
|
#ifndef DHCPD_LOG_FACILITY
|
||||||
#define DHCPD_LOG_FACILITY LOG_DAEMON
|
#define DHCPD_LOG_FACILITY LOG_DAEMON
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user