diff options
author | jkh <jkh@FreeBSD.org> | 1999-06-20 15:10:14 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-06-20 15:10:14 +0000 |
commit | 6cf7292f7b08efffa34e3a3ab90e8eb303a59cfa (patch) | |
tree | f8f6a0967580651ecc1d099bdc3332aeef948049 /net/isc-dhcp2/files | |
parent | 77fcc3cf24831abea48e72fb5fe0bea88bd3e3e5 (diff) | |
download | FreeBSD-ports-6cf7292f7b08efffa34e3a3ab90e8eb303a59cfa.zip FreeBSD-ports-6cf7292f7b08efffa34e3a3ab90e8eb303a59cfa.tar.gz |
Unbreak this port - it's easy enough to get the config files in the
right places.
Diffstat (limited to 'net/isc-dhcp2/files')
-rw-r--r-- | net/isc-dhcp2/files/patch-aj | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net/isc-dhcp2/files/patch-aj b/net/isc-dhcp2/files/patch-aj new file mode 100644 index 0000000..4e86342 --- /dev/null +++ b/net/isc-dhcp2/files/patch-aj @@ -0,0 +1,34 @@ +--- 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 |