Add ldap patched bind and dhcp
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@373 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
13
net-misc/dhcp/files/dhcp-3.0-ddns-example.patch
Normal file
13
net-misc/dhcp/files/dhcp-3.0-ddns-example.patch
Normal file
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user