use reload instead of force-reload since the latter doesn't seem to

work with apache
This commit is contained in:
Antoine Beaupré 2006-11-28 03:40:44 +00:00
parent 7be721c3ff
commit 9245031133
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ fi
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 force-reload || true
test -x /etc/init.d/$service && invoke-rc.d $service reload || true
done
#######################################################################