From 4216a627c3d614e3c0804449c80d2f59bba60b05 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 3 Feb 2010 14:56:17 -0500 Subject: Proper use of set up vs setup (verb vs noun) Resolves #529787 --- install/tools/ipa-server-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/tools') diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install index dad212e16..315762282 100755 --- a/install/tools/ipa-server-install +++ b/install/tools/ipa-server-install @@ -268,7 +268,7 @@ def resolve_host(host_name): def read_ds_user(): print "The server must run as a specific user in a specific group." print "It is strongly recommended that this user should have no privileges" - print "on the computer (i.e. a non-root user). The setup procedure" + print "on the computer (i.e. a non-root user). The set up procedure" print "will give this user/group some permissions in specific paths/files" print "to perform server-specific operations." print "" @@ -433,7 +433,7 @@ def main(): options = parse_options() if os.getegid() != 0: - print "Must be root to setup server" + print "Must be root to set up server" return 1 signal.signal(signal.SIGTERM, signal_handler) @@ -472,7 +472,7 @@ def main(): options._update_loose(read_cache()) print "==============================================================================" - print "This program will setup the FreeIPA Server." + print "This program will set up the FreeIPA Server." print "" print "This includes:" if options.conf_ntp: -- cgit