summaryrefslogtreecommitdiffstats
path: root/contrib/RHEL4/ipachangeconf.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove tuple unpacking from except clause contrib/RHEL4/ipachangeconf.pyChristian Heimes2015-07-141-2/+2
| | | | | | | | | | Python 3 doesn't support tuple unpacking in except clauses. All implicit tuple unpackings have been replaced with explicit unpacking of e.args. https://fedorahosted.org/freeipa/ticket/5120 Reviewed-By: Tomas Babej <tbabej@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
* Fix lint false positives.Jan Cholasta2011-04-131-1/+1
|
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-10/+9
| | | | | | | | | | 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
* Contribute, RHEL4 compatible, simple setup scriptSimo Sorce2008-02-261-0/+459