summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-06-18 16:41:06 -0400
committerRob Crittenden <rcritten@redhat.com>2012-06-21 20:53:36 -0400
commitc9954878b8404badc600de650d5b4de8ce9553f5 (patch)
tree541a100216826344815226e638367e83d2aedebe /freeipa.spec.in
parent6f4121ccbb83493463a1f05d8a24f46042e8bf1d (diff)
downloadfreeipa-c9954878b8404badc600de650d5b4de8ce9553f5.tar.gz
freeipa-c9954878b8404badc600de650d5b4de8ce9553f5.tar.xz
freeipa-c9954878b8404badc600de650d5b4de8ce9553f5.zip
Add logging to ipa-upgradeconfig
Log to the same file as ipa-ldap-updater --upgrade, /var/log/ipaupgrade.log Will output basic stauts information if executed from the command-line. https://fedorahosted.org/freeipa/ticket/2696
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 38e353672..7c1dc4312 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -440,7 +440,7 @@ if [ $1 = 1 ]; then
fi
%endif
if [ $1 -gt 1 ] ; then
- /usr/sbin/ipa-upgradeconfig || :
+ /usr/sbin/ipa-upgradeconfig >/dev/null 2>&1 || :
fi
%posttrans server