summaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp30-server
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-02-17 14:19:02 +0000
committerroam <roam@FreeBSD.org>2001-02-17 14:19:02 +0000
commitc090aeb186ebd4f0313cfbc2b0f090eb3473cfc7 (patch)
tree5de822b91cf956ef842fd52eddb5b9e69fdfea8d /net/isc-dhcp30-server
parentbb72cada91afb18208e9499c7366eea67aac131b (diff)
downloadFreeBSD-ports-c090aeb186ebd4f0313cfbc2b0f090eb3473cfc7.zip
FreeBSD-ports-c090aeb186ebd4f0313cfbc2b0f090eb3473cfc7.tar.gz
New patchfiles in the update to 3.0b2pl16.
PR: 24911 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - maintainer
Diffstat (limited to 'net/isc-dhcp30-server')
-rw-r--r--net/isc-dhcp30-server/files/patch-client-Makefile.dist29
-rw-r--r--net/isc-dhcp30-server/files/patch-dhclient-script.816
2 files changed, 45 insertions, 0 deletions
diff --git a/net/isc-dhcp30-server/files/patch-client-Makefile.dist b/net/isc-dhcp30-server/files/patch-client-Makefile.dist
new file mode 100644
index 0000000..f6ec21d
--- /dev/null
+++ b/net/isc-dhcp30-server/files/patch-client-Makefile.dist
@@ -0,0 +1,29 @@
+--- client/Makefile.dist.orig Fri Oct 13 21:03:19 2000
++++ client/Makefile.dist Fri Jan 26 05:05:24 2001
+@@ -52,8 +52,8 @@
+ echo "No client script available."; \
+ else \
+ $(INSTALL) $(TOP)/client/scripts/$(SCRIPT)\
+- $(DESTDIR)$(ETC)/dhclient-script; \
+- $(CHMOD) 700 $(DESTDIR)$(ETC)/dhclient-script; \
++ $(DESTDIR)$(CLIENTBINDIR)/dhclient-script; \
++ $(CHMOD) 700 $(DESTDIR)$(CLIENTBINDIR)/dhclient-script; \
+ fi
+ $(MANINSTALL) $(MANFROM) dhclient.$(MANCAT)8 $(MANTO) \
+ $(DESTDIR)$(ADMMANDIR)/dhclient$(ADMMANEXT)
+@@ -93,6 +93,7 @@
+
+ dhclient.man8: dhclient.8
+ sed -e "s#ETCDIR#$(ETC)#g" -e "s#DBDIR#$(VARDB)#g" \
++ -e "s#CLIENTBINDIR#$(CLIENTBINDIR)#g" \
+ -e "s#RUNDIR#$(VARRUN)#g" < dhclient.8 >dhclient.man8
+
+ dhclient-script.cat8: dhclient-script.man8
+@@ -100,6 +101,7 @@
+
+ dhclient-script.man8: dhclient-script.8
+ sed -e "s#ETCDIR#$(ETC)#g" -e "s#DBDIR#$(VARDB)#g" \
++ -e "s#CLIENTBINDIR#$(CLIENTBINDIR)#g" \
+ -e "s#RUNDIR#$(VARRUN)#g" < dhclient-script.8 \
+ >dhclient-script.man8
+
diff --git a/net/isc-dhcp30-server/files/patch-dhclient-script.8 b/net/isc-dhcp30-server/files/patch-dhclient-script.8
new file mode 100644
index 0000000..834d328
--- /dev/null
+++ b/net/isc-dhcp30-server/files/patch-dhclient-script.8
@@ -0,0 +1,16 @@
+--- client/dhclient-script.8.orig Tue Mar 30 00:50:50 1999
++++ client/dhclient-script.8 Fri Jan 26 05:12:57 2001
+@@ -60,11 +60,11 @@
+ to change the behaviour of the script. If an error occurs during the
+ execution of the script, it can set the exit_status variable to a nonzero
+ value, and
+-.B ETCDIR/dhclient-script
++.B CLIENTBINDIR/dhclient-script
+ will exit with that error code immediately after the client script exits.
+ .PP
+ After all processing has completed,
+-.B ETCDIR/dhclient-script
++.B CLIENTBINDIR/dhclient-script
+ checks for the presence of an executable
+ .B ETCDIR/dhclient-exit-hooks
+ script, which if present is invoked using the '.' command. The exit status
OpenPOWER on IntegriCloud