aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp31-server/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp31-server/files/patch-aj')
-rw-r--r--net/isc-dhcp31-server/files/patch-aj22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/isc-dhcp31-server/files/patch-aj b/net/isc-dhcp31-server/files/patch-aj
deleted file mode 100644
index 01405d8411ef..000000000000
--- a/net/isc-dhcp31-server/files/patch-aj
+++ /dev/null
@@ -1,22 +0,0 @@
---- includes/dhcpd.h.orig Wed Feb 2 09:01:17 2000
-+++ includes/dhcpd.h Wed Jun 14 08:28:48 2000
-@@ -773,3 +773,3 @@
- #ifndef _PATH_DHCPD_CONF
--#define _PATH_DHCPD_CONF "/etc/dhcpd.conf"
-+#define _PATH_DHCPD_CONF "!!PREFIX!!/etc/dhcpd.conf"
- #endif
-@@ -777,3 +777,3 @@
- #ifndef _PATH_DHCPD_DB
--#define _PATH_DHCPD_DB "/etc/dhcpd.leases"
-+#define _PATH_DHCPD_DB "!!PREFIX!!/etc/dhcpd.leases"
- #endif
-@@ -786,3 +786,3 @@
- #ifndef _PATH_DHCLIENT_CONF
--#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf"
-+#define _PATH_DHCLIENT_CONF "!!PREFIX!!/etc/dhclient.conf"
- #endif
-@@ -794,3 +794,3 @@
- #ifndef _PATH_DHCLIENT_DB
--#define _PATH_DHCLIENT_DB "/etc/dhclient.leases"
-+#define _PATH_DHCLIENT_DB "!!PREFIX!!/etc/dhclient.leases"
- #endif