mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
apache2: create log/run directory via pkg_postinst
The commite789c3837ctries to create log/run directory in initscript/systemd unit file. This is not a correct method. We should create them in pkg_postinst. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit6f4d0dbfbc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
d /var/run/apache2 0755 root root -
|
||||
d /var/log/apache2 0755 root root -
|
||||
Reference in New Issue
Block a user