diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-24 11:09:53 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-24 11:09:53 +0000 |
commit | a9b869c164a828ca228eb4e59a94e440fcc3f939 (patch) | |
tree | 60c7fe20558a4b3e29765084860b13a17c7c318c /net/isc-dhcp3-server/files/patch-site.conf | |
parent | Update port to version 2.3.9. (diff) |
Update to version 3.0.b2.23
Submitted by: Cyrille Lefevre <clefevre@poboxes.com> MAINTAINER
Diffstat (limited to 'net/isc-dhcp3-server/files/patch-site.conf')
-rw-r--r-- | net/isc-dhcp3-server/files/patch-site.conf | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/isc-dhcp3-server/files/patch-site.conf b/net/isc-dhcp3-server/files/patch-site.conf index 5efe4195aa73..23520fd62a97 100644 --- a/net/isc-dhcp3-server/files/patch-site.conf +++ b/net/isc-dhcp3-server/files/patch-site.conf @@ -1,6 +1,6 @@ --- site.conf.orig Wed Jul 7 17:20:10 1999 -+++ site.conf Fri Jan 26 06:58:15 2001 -@@ -1,2 +1,29 @@ ++++ site.conf Sat Mar 24 04:55:39 2001 +@@ -1,2 +1,32 @@ # Put local site configuration stuff here to override the default # settings in Makefile.conf + @@ -23,10 +23,13 @@ + +DEBUG ?= #none + -+CFLAGS += -DCL_DEFAULT_SCRIPT_NAME=\"$(CLIENTBINDIR)/dhclient-script\" -+ +CFLAGS += -D_PATH_DHCPD_CONF=\"$(ETC)/dhcpd.conf\" +CFLAGS += -D_PATH_DHCPD_DB=\"$(VARDB)/dhcpd.leases\" ++CFLAGS += -D_PATH_DHCPD_PID=\"$(VARRUN)/dhcpd.pid\" ++ ++CFLAGS += -D_PATH_DHCRELAY_PID=\"$(VARRUN)/dhcrelay.pid\" + +CFLAGS += -D_PATH_DHCLIENT_CONF=\"$(ETC)/dhclient.conf\" ++CFLAGS += -D_PATH_DHCLIENT_SCRIPT=\"$(CLIENTBINDIR)/dhclient-script\" +CFLAGS += -D_PATH_DHCLIENT_DB=\"$(VARDB)/dhclient.leases\" ++CFLAGS += -D_PATH_DHCLIENT_PID=\"$(VARDB)/dhclient.pid\" |