summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2016-09-21 14:19:55 +0200
committerMartin Basti <mbasti@redhat.com>2016-09-22 10:28:45 +0200
commit2e0afab5f2a47149580b4bc79093cdbb77f489c3 (patch)
treeaa0fc092aeb69b36cc16c72654f370347bc82511 /install/tools
parenta7c49e455e4f1f06f621f4c634a79b3ae0585cd8 (diff)
downloadfreeipa-2e0afab5f2a47149580b4bc79093cdbb77f489c3.tar.gz
freeipa-2e0afab5f2a47149580b4bc79093cdbb77f489c3.tar.xz
freeipa-2e0afab5f2a47149580b4bc79093cdbb77f489c3.zip
Updated help/man information about hostname
The man page and help of ipa-client-install and ipa-replica-conncheck had an outdated information about what is used as a hostname. https://fedorahosted.org/freeipa/ticket/5754 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to 'install/tools')
-rwxr-xr-xinstall/tools/ipa-replica-conncheck3
-rw-r--r--install/tools/man/ipa-replica-conncheck.12
2 files changed, 3 insertions, 2 deletions
diff --git a/install/tools/ipa-replica-conncheck b/install/tools/ipa-replica-conncheck
index 6f69cc815..a192bbf1a 100755
--- a/install/tools/ipa-replica-conncheck
+++ b/install/tools/ipa-replica-conncheck
@@ -172,7 +172,8 @@ def parse_options():
common_group.add_option("", "--hostname", dest="hostname",
help="The hostname of this server (FQDN). "
- "By default a nodename from uname(2) is used.")
+ "By default the result of getfqdn() call from "
+ "Python's socket module is used.")
parser.add_option_group(common_group)
parser.add_option("-d", "--debug", dest="debug",
diff --git a/install/tools/man/ipa-replica-conncheck.1 b/install/tools/man/ipa-replica-conncheck.1
index e948d7919..4fc55e8bf 100644
--- a/install/tools/man/ipa-replica-conncheck.1
+++ b/install/tools/man/ipa-replica-conncheck.1
@@ -60,7 +60,7 @@ Remote replica machine address
Include in a check also a set of dogtag connection requirements. Only needed when the master was installed with Dogtag 9 or lower.
.TP
\fB\-h\fR \fIHOSTNAME\fR, \fB\-\-hostname\fR=\fIHOSTNAME\fR
-The hostname of this server (FQDN). By default a nodename from uname(2) is used
+The hostname of this server (FQDN). By default the result of getfqdn() call from Python's socket module is used.
.TP
\fB\-d\fR, \fB\-\-debug\fR
Print debugging information