wok-current diff nginx/receipt @ rev 20888
updated epm (4.2 -> 4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 25 16:57:59 2019 +0100 (2019-02-25) |
parents | d6ca18366f41 |
children | d25a28bf6b6c |
line diff
1.1 --- a/nginx/receipt Mon Dec 21 02:53:09 2015 +0200 1.2 +++ b/nginx/receipt Mon Feb 25 16:57:59 2019 +0100 1.3 @@ -67,7 +67,9 @@ 1.4 # We stop the server by default in case of upgarde. 1.5 pre_install() 1.6 { 1.7 - [ -f /etc/init.d/$PACKAGE ] && /etc/init.d/$PACKAGE stop 1.8 + [ -z "$1" ] && for i in httpd lighttpd apache cherokee $PACKAGE ; do 1.9 + [ -f /etc/init.d/$i ] && /etc/init.d/$i stop 1.10 + done 1.11 # Backup config file. 1.12 if [ -d "$1/$CONFIG_FILES" ]; then 1.13 cp -a "$1/$CONFIG_FILES" "$1/$CONFIG_FILES.bak"