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
This commit is contained in:
Martin Kosek
2011-02-03 10:34:01 -05:00
committed by Rob Crittenden
parent c9ff669cdd
commit 4880598fbd
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -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