summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Hamada <ohamada@redhat.com>2012-05-22 12:19:53 +0200
committerMartin Kosek <mkosek@redhat.com>2012-05-22 15:16:18 +0200
commitdd3c4ef49b25a0752a11c3c321170ac73f0de89f (patch)
tree360c88e6dc0e135f76f370d9389e631b0053cd00
parent9a5c2090eb996f131a6d96e997b0db8e762716ba (diff)
downloadfreeipa-dd3c4ef49b25a0752a11c3c321170ac73f0de89f.tar.gz
freeipa-dd3c4ef49b25a0752a11c3c321170ac73f0de89f.tar.xz
freeipa-dd3c4ef49b25a0752a11c3c321170ac73f0de89f.zip
ipa-server-install reword message
Output message of the 'read_domain_name' function in ipa-server-install was reworded. https://fedorahosted.org/freeipa/ticket/2704
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index d3327a680..2f06a9e87 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -386,7 +386,7 @@ def read_host_name(host_default,no_host_dns=False):
return host_name
def read_domain_name(domain_name, unattended):
- print "The domain name has been calculated based on the host name."
+ print "The domain name has been determined based on the host name."
print ""
if not unattended:
domain_name = user_input("Please confirm the domain name", domain_name)