SHA256
1
0
forked from pool/dhcp
OBS User unknown 2008-05-21 20:56:13 +00:00 committed by Git OBS Bridge
parent b1f520515a
commit 91fa859152
3 changed files with 10 additions and 2 deletions

View File

@ -29,7 +29,7 @@ The simplest example to use it is:
which is equivalent to 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. 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: /etc/dhcpd.conf needs these additional lines:
--------------------> -------------------->
ddns-updates on;
ddns-update-style interim; ddns-update-style interim;
ignore client-updates; ignore client-updates;

View File

@ -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 Fri Apr 4 16:43:21 CEST 2008 - mt@suse.de

View File

@ -24,7 +24,7 @@ License: BSD 3-Clause
Group: Productivity/Networking/Boot/Servers Group: Productivity/Networking/Boot/Servers
AutoReqProv: on AutoReqProv: on
Version: 3.0.6 Version: 3.0.6
Release: 72 Release: 82
Summary: Common Files Used by ISC DHCP Software Summary: Common Files Used by ISC DHCP Software
Url: http://www.isc.org/isc/dhcp.html Url: http://www.isc.org/isc/dhcp.html
Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz 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 %doc %{_mandir}/man3/dhcpctl.3.gz
%changelog %changelog
* Mon May 19 2008 mt@suse.de
- Documentation updates for DDNS-howto.txt (bnc#359977).
* Fri Apr 04 2008 mt@suse.de * Fri Apr 04 2008 mt@suse.de
- Changed the list of dhcp options required by the dhcp-client in - Changed the list of dhcp options required by the dhcp-client in
the server response to not to enforce the domain-name-servers the server response to not to enforce the domain-name-servers