mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
Don't create /var/log/ipa_error.log since we aren't using TurboGears any more.
This commit is contained in:
parent
f7b512b826
commit
b9df4f7f29
@ -300,10 +300,6 @@ fi
|
||||
if [ -e /usr/share/ipa/serial ]; then
|
||||
mv /usr/share/ipa/serial /var/lib/ipa/ca_serialno
|
||||
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 || :
|
||||
if [ -e /etc/httpd/conf.d/ipa.conf ]; then
|
||||
echo ""
|
||||
@ -500,6 +496,10 @@ fi
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Fixed share/ipa/wsgi.py so .pyc, .pyo files are included
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user