diff --git a/DDNS-howto.txt b/DDNS-howto.txt index de85661..336b68e 100644 --- a/DDNS-howto.txt +++ b/DDNS-howto.txt @@ -29,7 +29,7 @@ The simplest example to use it is: which is equivalent to - genDDNSkey --key-file /etc/named.key --key-name DHCP_UPDATER + genDDNSkey --key-file /etc/named.keys --key-name DHCP_UPDATER thereby using the defaults that fit the rest of this readme. @@ -41,6 +41,7 @@ The script works both for BIND8 and BIND9 (some subtle difference in the syntax) /etc/dhcpd.conf needs these additional lines: --------------------> + ddns-updates on; ddns-update-style interim; ignore client-updates; diff --git a/dhcp.changes b/dhcp.changes index 57e95f5..f9f8786 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 19 15:47:19 CEST 2008 - mt@suse.de + +- Documentation updates for DDNS-howto.txt (bnc#359977). + ------------------------------------------------------------------- Fri Apr 4 16:43:21 CEST 2008 - mt@suse.de diff --git a/dhcp.spec b/dhcp.spec index 94ce4e0..8387583 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -24,7 +24,7 @@ License: BSD 3-Clause Group: Productivity/Networking/Boot/Servers AutoReqProv: on Version: 3.0.6 -Release: 72 +Release: 82 Summary: Common Files Used by ISC DHCP Software Url: http://www.isc.org/isc/dhcp.html Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz @@ -490,6 +490,8 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %doc %{_mandir}/man3/dhcpctl.3.gz %changelog +* Mon May 19 2008 mt@suse.de +- Documentation updates for DDNS-howto.txt (bnc#359977). * Fri Apr 04 2008 mt@suse.de - Changed the list of dhcp options required by the dhcp-client in the server response to not to enforce the domain-name-servers