diff options
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" |