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

Ondrej Sury ondrej at howl.office.nic.cz
Fri Sep 18 11:38:08 UTC 2009


---
 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 0bf740e..9b372f9 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.5.6.5




More information about the Pkg-php-commits mailing list