summaryrefslogtreecommitdiff
path: root/net/isc-dhcp31-server/files/patch-aj
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /net/isc-dhcp31-server/files/patch-aj
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'net/isc-dhcp31-server/files/patch-aj')
-rw-r--r--net/isc-dhcp31-server/files/patch-aj34
1 files changed, 0 insertions, 34 deletions
diff --git a/net/isc-dhcp31-server/files/patch-aj b/net/isc-dhcp31-server/files/patch-aj
deleted file mode 100644
index 4e86342367bf..000000000000
--- a/net/isc-dhcp31-server/files/patch-aj
+++ /dev/null
@@ -1,34 +0,0 @@
---- 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 "/usr/local/etc/dhcpd.conf"
- #endif
-
- #ifndef _PATH_DHCPD_DB
--#define _PATH_DHCPD_DB "/etc/dhcpd.leases"
-+#define _PATH_DHCPD_DB "/usr/local/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 "/usr/local/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 "/usr/local/etc/dhclient.leases"
- #endif
-
- #ifndef _PATH_RESOLV_CONF