1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/isc-dhcp2/files/patch-aj
David E. O'Brien 0ceb8693e5 This fixes the suposed fix of Makefile rev 1.29 ad patch-aj rev 1.1.
This port is now PREFIX clean and installs files into the right locations
(I previously marked it BROKEN because it wasn't).

Bad "fix" by:	JHK
Absent maintainer would would not fix this himself:	jseger
2000-06-14 15:43:47 +00:00

35 lines
870 B
Plaintext

--- includes/dhcpd.h.orig Sun Jun 20 14:52:30 1999
+++ includes/dhcpd.h Sun Jun 20 14:53:39 1999
@@ -418,11 +418,11 @@
#define _PATH_DHCPD_DB "dhcpd.leases"
#else
#ifndef _PATH_DHCPD_CONF
-#define _PATH_DHCPD_CONF "/etc/dhcpd.conf"
+#define _PATH_DHCPD_CONF "!!PREFIX!!/etc/dhcpd.conf"
#endif
#ifndef _PATH_DHCPD_DB
-#define _PATH_DHCPD_DB "/etc/dhcpd.leases"
+#define _PATH_DHCPD_DB "!!PREFIX!!/etc/dhcpd.leases"
#endif
#ifndef _PATH_DHCPD_PID
@@ -431,7 +431,7 @@
#endif
#ifndef _PATH_DHCLIENT_CONF
-#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf"
+#define _PATH_DHCLIENT_CONF "!!PREFIX!!/etc/dhclient.conf"
#endif
#ifndef _PATH_DHCLIENT_PID
@@ -439,7 +439,7 @@
#endif
#ifndef _PATH_DHCLIENT_DB
-#define _PATH_DHCLIENT_DB "/etc/dhclient.leases"
+#define _PATH_DHCLIENT_DB "!!PREFIX!!/etc/dhclient.leases"
#endif
#ifndef _PATH_RESOLV_CONF