summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-02-09 13:51:35 -0500
committerRob Crittenden <rcritten@redhat.com>2011-02-10 13:50:06 -0500
commite6d3b7031dbcfe8da46387dddb02c303cdd5d35d (patch)
tree713683753ede5a148720c71ea52e6fe23ff58989 /ipa-client
parent51b0a8b4e8839eb0333d8e140c9227bf3487ddcc (diff)
downloadfreeipa-e6d3b7031dbcfe8da46387dddb02c303cdd5d35d.tar.gz
freeipa-e6d3b7031dbcfe8da46387dddb02c303cdd5d35d.tar.xz
freeipa-e6d3b7031dbcfe8da46387dddb02c303cdd5d35d.zip
Fix prompt for confirmation of fixed values wrapping around terminal.
ticket 940
Diffstat (limited to 'ipa-client')
-rwxr-xr-xipa-client/ipa-install/ipa-client-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index 66e4a1487..277ad8840 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -593,7 +593,7 @@ def main():
print "If you proceed with the installation, services will be configured to always"
print "access the discovered server for all operation and will not fail over to"
print "other servers in case of failure.\n"
- if not user_input("Do you want to proceed and configure the system with fixed values with no DNS discovery?", False):
+ if not user_input("Proceed with fixed values and no DNS discovery?", False):
return ret
if options.realm_name and options.realm_name != ds.getRealmName():