[Pkg-php-commits] [php/debian-experimental] add apache2 restart message to module postinst
Ondrej Sury
ondrej at howl.office.nic.cz
Fri Sep 18 11:38:08 UTC 2009
---
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.5.6.5
More information about the Pkg-php-commits
mailing list