summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-02-03 14:56:17 -0500
committerJason Gerard DeRose <jderose@redhat.com>2010-03-16 22:37:26 -0600
commit4216a627c3d614e3c0804449c80d2f59bba60b05 (patch)
tree3ad182c4fd12b3a07cf81de56603280983a492fa
parent7ff4efecaaa43a74d67f91a5427a09d654f78f8e (diff)
downloadfreeipa-4216a627c3d614e3c0804449c80d2f59bba60b05.tar.gz
freeipa-4216a627c3d614e3c0804449c80d2f59bba60b05.tar.xz
freeipa-4216a627c3d614e3c0804449c80d2f59bba60b05.zip
Proper use of set up vs setup (verb vs noun)
Resolves #529787
-rwxr-xr-xinstall/tools/ipa-server-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index dad212e1..31576228 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: