mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Don't create /var/log/ipa_error.log since we aren't using TurboGears any more.
This commit is contained in:
@@ -300,10 +300,6 @@ fi
|
|||||||
if [ -e /usr/share/ipa/serial ]; then
|
if [ -e /usr/share/ipa/serial ]; then
|
||||||
mv /usr/share/ipa/serial /var/lib/ipa/ca_serialno
|
mv /usr/share/ipa/serial /var/lib/ipa/ca_serialno
|
||||||
fi
|
fi
|
||||||
/bin/touch /var/log/ipa_error.log
|
|
||||||
/bin/chown apache /var/log/ipa_error.log
|
|
||||||
/bin/chmod 600 /var/log/ipa_error.log
|
|
||||||
restorecon /var/log/ipa_error.log
|
|
||||||
/usr/sbin/ipa-upgradeconfig || :
|
/usr/sbin/ipa-upgradeconfig || :
|
||||||
if [ -e /etc/httpd/conf.d/ipa.conf ]; then
|
if [ -e /etc/httpd/conf.d/ipa.conf ]; then
|
||||||
echo ""
|
echo ""
|
||||||
@@ -500,6 +496,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 4 2010 Rob Crittenden <rcritten@redhat.com> - 1.99-19
|
||||||
|
- No need to create /var/log/ipa_error.log since we aren't using
|
||||||
|
TurboGears any more.
|
||||||
|
|
||||||
* Mon Mar 1 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-18
|
* Mon Mar 1 2010 Jason Gerard DeRose <jderose@redhat.com> - 1.99-18
|
||||||
- Fixed share/ipa/wsgi.py so .pyc, .pyo files are included
|
- Fixed share/ipa/wsgi.py so .pyc, .pyo files are included
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user