summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-07-19 09:38:27 +0000
committerRoy Marples <uberlord@gentoo.org>2007-07-19 09:38:27 +0000
commitbdf19b2e518b46a260bdbde629077dbadefc09d0 (patch)
treebd8bd5549c77d85e6b2b3f0174f242a02221f143 /net-misc/dhcp/files
parentVersion bump, with new upstream numbering (see bug #184701). You will have to... (diff)
downloadhistorical-bdf19b2e518b46a260bdbde629077dbadefc09d0.tar.gz
historical-bdf19b2e518b46a260bdbde629077dbadefc09d0.tar.bz2
historical-bdf19b2e518b46a260bdbde629077dbadefc09d0.zip
Add 'ddns-update-style ad-hoc;' to the example dhcpd.conf file, #170311 thanks to Whit Blauvelt.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'net-misc/dhcp/files')
-rw-r--r--net-misc/dhcp/files/dhcp-3.0-ddns-example.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/dhcp/files/dhcp-3.0-ddns-example.patch b/net-misc/dhcp/files/dhcp-3.0-ddns-example.patch
new file mode 100644
index 000000000000..8e69ddbe22f1
--- /dev/null
+++ b/net-misc/dhcp/files/dhcp-3.0-ddns-example.patch
@@ -0,0 +1,13 @@
+diff -ur a/server/dhcpd.conf b/server/dhcpd.conf
+--- a/server/dhcpd.conf 2001-01-25 08:33:11 +0000
++++ b/server/dhcpd.conf 2007-07-19 10:29:43 +0100
+@@ -21,6 +21,9 @@
+ # No service will be given on this subnet, but declaring it helps the
+ # DHCP server to understand the network topology.
+
++# Disable dynamic DNS updates.
++ddns-update-style none;
++
+ subnet 10.152.187.0 netmask 255.255.255.0 {
+ }
+