From 3064ac14ede5baf86196b7d200e434875673df5b Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sun, 26 Aug 2007 19:05:22 +0000 Subject: [PATCH] we must restart services : apache and apache-ssl have to much modifications to be only reloaded ... --- install/alternc.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/alternc.install b/install/alternc.install index f8c70aa2..fde08026 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -223,12 +223,12 @@ if [ -e /etc/proftpd.conf ] ; then fi ####################################################################### -# Reload services +# Restart services # for service in apache apache-ssl postfix bind9 courier-authdaemon \ courier-imap courier-imap-ssl courier-pop courier-pop-ssl \ cron proftpd; do - test -x /etc/init.d/$service && invoke-rc.d $service reload || true + test -x /etc/init.d/$service && invoke-rc.d $service restart || true done #######################################################################