diff options
author | pat <pat@FreeBSD.org> | 2002-01-31 11:12:00 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-31 11:12:00 +0800 |
commit | 003c994bcc76e9c7727fa64f82b6ba7fcdeddd5b (patch) | |
tree | ce87f9f03f08d68d686f3c5f6b881e34fd7e4be9 /net/isc-dhcp3 | |
parent | 6061bc7617dc862f942ddc0705ba8d9e5e0f4dd3 (diff) | |
download | freebsd-ports-gnome-003c994bcc76e9c7727fa64f82b6ba7fcdeddd5b.tar.gz freebsd-ports-gnome-003c994bcc76e9c7727fa64f82b6ba7fcdeddd5b.tar.zst freebsd-ports-gnome-003c994bcc76e9c7727fa64f82b6ba7fcdeddd5b.zip |
Add a patch that was left out from the last update
Submitted by: maintainer
Diffstat (limited to 'net/isc-dhcp3')
-rw-r--r-- | net/isc-dhcp3/files/patch-dhcpd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/isc-dhcp3/files/patch-dhcpd.conf b/net/isc-dhcp3/files/patch-dhcpd.conf new file mode 100644 index 000000000000..030e89874d8d --- /dev/null +++ b/net/isc-dhcp3/files/patch-dhcpd.conf @@ -0,0 +1,12 @@ +--- server/dhcpd.conf.orig Thu Jan 25 03:33:11 2001 ++++ server/dhcpd.conf Wed Jan 30 22:06:52 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; |