From a7cd88f5aa2db2c18fe76c612573ec28eb51fd40 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 1 Jul 2011 11:11:38 +0300 Subject: Rearrange logging for NSCD daemon. https://fedorahosted.org/freeipa/ticket/1373 When SSSD is in use, we actually trying to disable NSCD daemon. Telling that we failed to configure automatic _startup_ of the NSCD is wrong then. --- ipa-client/ipa-install/ipa-client-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-client') diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install index 884dd213b..644afc674 100755 --- a/ipa-client/ipa-install/ipa-client-install +++ b/ipa-client/ipa-install/ipa-client-install @@ -925,8 +925,8 @@ def main(): try: nscd_chkconfig_cmd('nscd') except: - print >>sys.stderr, "Failed to configure automatic startup of the NSCD daemon" if not options.sssd: + print >>sys.stderr, "Failed to configure automatic startup of the NSCD daemon" print >>sys.stderr, "Caching of users/groups will not be available after reboot" else: # this is optional service, just log -- cgit