[Pkg-php-commits] [php/debian-sid] fix whitespace in libapache2-mod-php5.postinst

Ondrej Sury ondrej at howl.office.nic.cz
Sun Feb 7 23:20:29 UTC 2010


---
 debian/libapache2-mod-php5.postinst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/libapache2-mod-php5.postinst b/debian/libapache2-mod-php5.postinst
index 37921c7..bd11b08 100644
--- a/debian/libapache2-mod-php5.postinst
+++ b/debian/libapache2-mod-php5.postinst
@@ -44,7 +44,7 @@ if [ -n "$2" ]; then
 	# recover the previous state
 	if [ -e /etc/php5/apache2/.start ]; then
 	    a2enmod php5 >/dev/null || true
-      rm -f /etc/php5/apache2/.start
+	    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
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list