summaryrefslogtreecommitdiffstats
path: root/install/tools/man/ipa-upgradeconfig.8
Commit message (Collapse)AuthorAgeFilesLines
* Report ipa-upgradeconfig errors during RPM upgradeMartin Kosek2012-10-181-0/+4
| | | | | | | | | | | | | Report errors just like with ipa-ldap-updater. These messages should warn user that some parts of the upgrades may have not been successful and he should follow up on them. Otherwise, user may not notice them at all. ipa-upgradeconfig now has a new --quiet option to make it output only error level log messages or higher. ipa-upgradeconfig run without options still pring INFO log messages as it can provide a clean overview about its actions (unlike ipa-ldap-updater). https://fedorahosted.org/freeipa/ticket/3157
* Add logging to ipa-upgradeconfigRob Crittenden2012-06-211-1/+4
| | | | | | | | | 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
* Update and package ipa-upgradeconfig man page.Rob Crittenden2012-01-231-1/+3
| | | | | | | Require that the tool be run as root to avoid a permission-related backtrace. https://fedorahosted.org/freeipa/ticket/1758
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-6/+6
| | | | | | | | | | The changes include: * Change license blobs in source files to mention GPLv3+ not GPLv2 only * Add GPLv3+ license text * Package COPYING not LICENSE as the license blobs (even the old ones) mention COPYING specifically, it is also more common, I think https://fedorahosted.org/freeipa/ticket/239
* Add missing man pageas for ipa-dns-install and ipa-upgradeconfig.Rob Crittenden2010-09-201-0/+33
tickets 130 and 131