From 21e6f8e82af680fbbf041315efe77455cdbc3f07 Mon Sep 17 00:00:00 2001 From: Ondrej Hamada Date: Tue, 31 Jan 2012 15:16:56 +0100 Subject: Fix 'no-reverse' option description The description of 'no-reverse' option was fixed in both code and manpages of ipa-replica-install and ipa-dns-install. https://fedorahosted.org/freeipa/ticket/2161 --- install/tools/ipa-dns-install | 2 +- install/tools/ipa-replica-install | 2 +- install/tools/man/ipa-dns-install.1 | 2 +- install/tools/man/ipa-replica-install.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install index 98929bdc..70cc00d3 100755 --- a/install/tools/ipa-dns-install +++ b/install/tools/ipa-dns-install @@ -48,7 +48,7 @@ def parse_options(): default=False, help="Do not add any DNS forwarders, use root servers instead") parser.add_option("--reverse-zone", dest="reverse_zone", help="The reverse DNS zone to use") parser.add_option("--no-reverse", dest="no_reverse", action="store_true", - default=False, help="Do not create reverse DNS zone") + default=False, help="Do not create new reverse DNS zone") parser.add_option("--zonemgr", action="callback", callback=bindinstance.zonemgr_callback, type="string", help="DNS zone manager e-mail address. Defaults to root") diff --git a/install/tools/ipa-replica-install b/install/tools/ipa-replica-install index c1474ecb..4af0358d 100755 --- a/install/tools/ipa-replica-install +++ b/install/tools/ipa-replica-install @@ -85,7 +85,7 @@ def parse_options(): default=False, help="Do not add any DNS forwarders, use root servers instead") dns_group.add_option("--reverse-zone", dest="reverse_zone", help="The reverse DNS zone to use") dns_group.add_option("--no-reverse", dest="no_reverse", action="store_true", - default=False, help="Do not create reverse DNS zone") + default=False, help="Do not create new reverse DNS zone") dns_group.add_option("--no-host-dns", dest="no_host_dns", action="store_true", default=False, help="Do not use DNS for hostname lookup during installation") diff --git a/install/tools/man/ipa-dns-install.1 b/install/tools/man/ipa-dns-install.1 index adcab95e..c9dfbb56 100644 --- a/install/tools/man/ipa-dns-install.1 +++ b/install/tools/man/ipa-dns-install.1 @@ -44,7 +44,7 @@ Do not add any DNS forwarders, send non\-resolvable addresses to the DNS root se The reverse DNS zone to use .TP \fB\-\-no\-reverse\fR -Do not create reverse DNS zone +Do not create new reverse DNS zone. If used on a replica and a reverse DNS zone already exists for the subnet, it will be used. .TP \fB\-\-zonemgr\fR The e\-mail address of the DNS zone manager. Defaults too root@host.domain diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index f8fa148d..074162f0 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -80,7 +80,7 @@ Do not add any DNS forwarders. Root DNS servers will be used instead. The reverse DNS zone to use .TP \fB\-\-no\-reverse\fR -Do not create reverse DNS zone +Do not create new reverse DNS zone. If a reverse DNS zone already exists for the subnet, it will be used. .TP \fB\-\-no\-host\-dns\fR Do not use DNS for hostname lookup during installation -- cgit