diff options
| author | Riku Voipio <riku.voipio@linaro.org> | 2013-07-22 17:04:54 +0300 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-07-26 10:06:01 +0100 |
| commit | 16fad8e6191fddd372e0791e0b6f3d541ce3b738 (patch) | |
| tree | a1c1a590c20e35e0ebbb54d54174ad72afa93c83 /meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb | |
| parent | 02adda55bbb151b540ae00d57618ae6ac2b348f7 (diff) | |
| download | meta-openembedded-16fad8e6191fddd372e0791e0b6f3d541ce3b738.tar.gz | |
apache2: move pidfile to run
pidile was stored in /var/apache2/log which is saved over boots.
This might prevent startup of apache2 on boots. Move it to /run
where pidfiles in general belong.
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb')
| -rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb index cf1e4690e8..8c9416a921 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.4.bb | |||
| @@ -68,6 +68,8 @@ do_install_append() { | |||
| 68 | # Ensure configuration file pulls in conf.d and modules.d | 68 | # Ensure configuration file pulls in conf.d and modules.d |
| 69 | printf "\nIncludeOptional ${sysconfdir}/${BPN}/conf.d/*.conf" >> ${D}/${sysconfdir}/${BPN}/httpd.conf | 69 | printf "\nIncludeOptional ${sysconfdir}/${BPN}/conf.d/*.conf" >> ${D}/${sysconfdir}/${BPN}/httpd.conf |
| 70 | printf "\nIncludeOptional ${sysconfdir}/${BPN}/modules.d/*.conf\n\n" >> ${D}/${sysconfdir}/${BPN}/httpd.conf | 70 | printf "\nIncludeOptional ${sysconfdir}/${BPN}/modules.d/*.conf\n\n" >> ${D}/${sysconfdir}/${BPN}/httpd.conf |
| 71 | # match with that is in init script | ||
| 72 | printf "\nPidFile /run/httpd.pid" >> ${D}/${sysconfdir}/${BPN}/httpd.conf | ||
| 71 | } | 73 | } |
| 72 | 74 | ||
| 73 | SYSROOT_PREPROCESS_FUNCS += "apache_sysroot_preprocess" | 75 | SYSROOT_PREPROCESS_FUNCS += "apache_sysroot_preprocess" |
