Bug 34468

Summary: Maintainer update: net/isc-dhcp3 (3.0.1.r6)
Product: Ports & Packages Reporter: Cyrille Lefevre <cyrille.lefevre>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: dwcjr
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Cyrille Lefevre 2002-01-31 00:30:01 UTC
	version bump.

	Makefile
		PORTVERSION updated.
		MAKEFILE added (hack!).

	distinfo
		updated as needed.

How-To-Repeat: 	n/a
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-01-31 00:42:13 UTC
State Changed
From-To: open->closed

Port updated, Thanks! (I cannot reproduce an error without the small 
hack to the port Makefile)
Comment 2 Cyrille Lefevre 2002-01-31 02:01:32 UTC
sorry, but I forgot to include a new patch file (files/patch-dhcpd.conf)
as requested by someone.

also, I've fixed bsd.port.mk about MAKEFILE but I still have the problem
w/ another port!

--- /dev/null	Thu Jan 31 02:26:39 2002
+++ files/patch-dhcpd.conf	Sun Jan 20 06:08:14 2002
@@ -0,0 +1,12 @@
+--- server/dhcpd.conf.orig	Thu Jan 25 09:33:11 2001
++++ server/dhcpd.conf	Sun Jan 20 06:07:14 2002
+@@ -14,6 +14,9 @@
+ # network, the authoritative directive should be uncommented.
+ #authoritative;
+ 
++# ad-hoc DNS update scheme - set to "none" to disable dynamic DNS updates.
++ddns-update-style ad-hoc;
++
+ # Use this to send dhcp log messages to a different log file (you also
+ # have to hack syslog.conf to complete the redirection).
+ log-facility local7;