[Pkg-php-commits] [php/debian-sid] add apache2 restart message to module postinst

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


---
 debian/php5-module.postinst |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/debian/php5-module.postinst b/debian/php5-module.postinst
index abe9d50..cb14799 100644
--- a/debian/php5-module.postinst
+++ b/debian/php5-module.postinst
@@ -25,3 +25,9 @@ fi
 #EXTRA#
 #DEBHELPER#
 
+reload_apache()
+{
+	echo "Run '/etc/init.d/apache2 restart' to activate new configuration!"
+}
+
+reload_apache
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list