blob: 32bdaf08e72e15d5cf7321c09e4ed6c69bc4c178 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001define macro _PATH_DHCPD_CONF and _PATH_DHCLIENT_CONF
2
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05003Upstream-Status: Inappropriate [OE specific]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004
5Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
6---
7 includes/site.h | 3 ++-
8 1 file changed, 2 insertions(+), 1 deletion(-)
9
10diff --git a/includes/site.h b/includes/site.h
11index d87b309..17bc40d 100644
12--- a/includes/site.h
13+++ b/includes/site.h
14@@ -139,7 +139,8 @@
15 /* Define this if you want the dhcpd.conf file to go somewhere other than
16 the default location. By default, it goes in /etc/dhcpd.conf. */
17
18-/* #define _PATH_DHCPD_CONF "/etc/dhcpd.conf" */
19+#define _PATH_DHCPD_CONF "/etc/dhcp/dhcpd.conf"
20+#define _PATH_DHCLIENT_CONF "/etc/dhcp/dhclient.conf"
21
22 /* Network API definitions. You do not need to choose one of these - if
23 you don't choose, one will be chosen for you in your system's config
24--
251.9.1
26