diff options
author | Rob Crittenden <rcritten@redhat.com> | 2012-06-18 16:41:06 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-06-21 20:53:36 -0400 |
commit | c9954878b8404badc600de650d5b4de8ce9553f5 (patch) | |
tree | 541a100216826344815226e638367e83d2aedebe /freeipa.spec.in | |
parent | 6f4121ccbb83493463a1f05d8a24f46042e8bf1d (diff) | |
download | freeipa-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 38e35367..7c1dc431 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 |