wok diff apache/stuff/apache @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents 8ed3403d8a9e
children
line diff
     1.1 --- a/apache/stuff/apache	Wed Jul 13 20:20:01 2016 -0400
     1.2 +++ b/apache/stuff/apache	Mon Feb 20 09:35:09 2017 +0100
     1.3 @@ -10,7 +10,9 @@
     1.4  DESC="$(_ 'Apache Web Server')"
     1.5  DAEMON=/usr/bin/apachectl
     1.6  OPTIONS=$APACHE_OPTIONS
     1.7 -PIDFILE=/var/run/apache.pid
     1.8 +PIDFILE=/var/run/apache/httpd.pid
     1.9 +
    1.10 +[ -d /var/run/apache ] || mkdir -p /var/run/apache
    1.11  
    1.12  case "$1" in
    1.13    start)