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
This commit is contained in:
Ondrej Hamada
2012-05-22 12:19:53 +02:00
committed by Martin Kosek
parent 9a5c2090eb
commit dd3c4ef49b

View File

@@ -386,7 +386,7 @@ def read_host_name(host_default,no_host_dns=False):
return host_name return host_name
def read_domain_name(domain_name, unattended): 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 "" print ""
if not unattended: if not unattended:
domain_name = user_input("Please confirm the domain name", domain_name) domain_name = user_input("Please confirm the domain name", domain_name)