From 4880598fbd88b2a8a9c76ec794a654350f6720d7 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 2 Feb 2011 16:24:30 +0100 Subject: ipa-server-install inconsistent capitalization A cosmetic patch to IPA server installation output aimed to make capitalization in installer output consistent. Several installation tasks started with a lowercase letter and several installation task steps started with an uppercase letter. https://fedorahosted.org/freeipa/ticket/776 --- install/tools/ipa-server-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index 64eccd87..6c0873f3 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -856,14 +856,14 @@ def main(): ds.apply_updates() # Restart ds and krb after configurations have been changed - service.print_msg("restarting the directory server") + service.print_msg("Restarting the directory server") ds.restart() - service.print_msg("restarting the KDC") + service.print_msg("Restarting the KDC") krb.restart() # Restart httpd to pick up the new IPA configuration - service.print_msg("restarting the web server") + service.print_msg("Restarting the web server") http.restart() # Create a BIND instance -- cgit