summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-04-19 18:44:59 +0200
committerMartin Basti <mbasti@redhat.com>2016-04-26 14:01:42 +0200
commit30f3d198d0dcac32deb1c129a1bf406e70b57774 (patch)
tree4d351afb135a3e51f54e046eeb5efb7a58250586 /client
parentc5686295f14c955d34d9598ddb80b30cb9df663c (diff)
downloadfreeipa-30f3d198d0dcac32deb1c129a1bf406e70b57774.tar.gz
freeipa-30f3d198d0dcac32deb1c129a1bf406e70b57774.tar.xz
freeipa-30f3d198d0dcac32deb1c129a1bf406e70b57774.zip
Remove deprecated hostname restoration from Fedora18
This is not needed on new Fedora, because restore will not be effective. https://fedorahosted.org/freeipa/ticket/5794 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'client')
-rwxr-xr-xclient/ipa-client-install3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/ipa-client-install b/client/ipa-client-install
index e56890463..cff3fbfcd 100755
--- a/client/ipa-client-install
+++ b/client/ipa-client-install
@@ -2502,9 +2502,8 @@ def install(options, env, fstore, statestore):
cli_realm, paths.KRB5_KEYTAB))
if options.hostname and not options.on_master:
- # configure /etc/sysconfig/network to contain the hostname we set.
# skip this step when run by ipa-server-install as it always configures
- # hostname if different from system hostname
+ # hostname
tasks.backup_and_replace_hostname(fstore, statestore, options.hostname)
ntp_srv_servers = []