[Buildroot] [PATCH 2/2] apache init script

Arnout Vandecappelle arnout at mind.be
Thu Mar 1 19:55:36 UTC 2018



On 27-02-18 12:50, Christopher McCrory wrote:
> +@@ -58,13 +58,13 @@
> + # work correctly with a thread-based MPM; notably PHP will refuse to start.
> + 
> + httpd=${HTTPD-/usr/sbin/httpd}
> +-pidfile=${PIDFILE-/var/run/${prog}.pid}
> +-lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
> ++pidfile=${PIDFILE-/var/logs/httpd.pid}

 PID files really should go into /var/run, not in /var/logs.

 Regards,
 Arnout

> ++lockfile=${LOCKFILE-/var/lock/httpd}
> + RETVAL=0
> + 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list