[Pkg-php-commits] r1204 - php5/trunk/debian
Sean Finney
seanius at alioth.debian.org
Tue Jan 13 06:59:25 UTC 2009
tags 511049 pending
thanks
Author: seanius
Date: 2009-01-13 06:59:25 +0000 (Tue, 13 Jan 2009)
New Revision: 1204
Modified:
php5/trunk/debian/changelog
php5/trunk/debian/libapache2-mod-php5.postinst
Log:
remove apache start file in postinst
Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog 2009-01-12 19:26:42 UTC (rev 1203)
+++ php5/trunk/debian/changelog 2009-01-13 06:59:25 UTC (rev 1204)
@@ -1,6 +1,8 @@
php5 (5.2.6.dfsg.1-2) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ [ Sean Finney ]
+ * Make sure a file used to track state is properly removed in the
+ postinst, thanks Raphael (closes: #511049).
-- Sean Finney <seanius at debian.org> Mon, 12 Jan 2009 12:34:24 +0100
Modified: php5/trunk/debian/libapache2-mod-php5.postinst
===================================================================
--- php5/trunk/debian/libapache2-mod-php5.postinst 2009-01-12 19:26:42 UTC (rev 1203)
+++ php5/trunk/debian/libapache2-mod-php5.postinst 2009-01-13 06:59:25 UTC (rev 1204)
@@ -44,6 +44,7 @@
# recover the previous state
if [ -e /etc/php5/apache2/.start ]; then
a2enmod php5 >/dev/null || true
+ rm -f /etc/php5/apache2/.start
fi
# we're upgrading. test if we're enabled, and if so, restart to reload the module.
if [ -e /etc/apache2/mods-enabled/php5.load ]; then
More information about the Pkg-php-commits
mailing list