wok-next rev 19321
apache: update PIDFILE
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Jul 13 20:20:01 2016 -0400 (2016-07-13) |
parents | 771fc2222413 |
children | 4a7993e37b8d |
files | apache/stuff/apache |
line diff
1.1 --- a/apache/stuff/apache Wed Jul 13 11:47:33 2016 -0300 1.2 +++ b/apache/stuff/apache Wed Jul 13 20:20:01 2016 -0400 1.3 @@ -10,7 +10,7 @@ 1.4 DESC="$(_ 'Apache Web Server')" 1.5 DAEMON=/usr/bin/apachectl 1.6 OPTIONS=$APACHE_OPTIONS 1.7 -PIDFILE=/var/run/apache/httpd.pid 1.8 +PIDFILE=/var/run/apache.pid 1.9 1.10 case "$1" in 1.11 start)