diff options
author | John Klug <john.klug@multitech.com> | 2017-11-09 18:16:00 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-10 09:40:08 -0600 |
commit | ab38a715ca8a48f20078db60e255a728b1db5d27 (patch) | |
tree | 4dba6f9959201a97d221deac46a784d596f00a61 /recipes-extended | |
parent | 7bc5be700dadcd615f553a0a67e289cb6da4b542 (diff) | |
download | meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.tar.gz meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.tar.bz2 meta-mlinux-ab38a715ca8a48f20078db60e255a728b1db5d27.zip |
Make init scripts configuration files for AEP compatibility
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/lighttpd/lighttpd_1.4.41.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend b/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend index 8171f17..d6d4f02 100644 --- a/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend +++ b/recipes-extended/lighttpd/lighttpd_1.4.41.bbappend @@ -18,4 +18,4 @@ do_install_append() { install -m 0644 ${WORKDIR}/lighttpd.default ${D}${sysconfdir}/default/lighttpd } -CONFFILES_${PN} += "${sysconfdir}/default/lighttpd ${sysconfdir}/logrotate.d/lighttpd.conf" +CONFFILES_${PN} += "${sysconfdir}/default/lighttpd ${sysconfdir}/logrotate.d/lighttpd.conf ${sysconfdir}/init.d/lighttpd" |