summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorPatrick Murphy <Patrick.Murphy@multitech.com>2020-06-11 07:10:03 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-20 16:45:35 -0500
commit3e2347de44b0f34629b8097989cd4bcd128e04da (patch)
tree8afae1cff52fadc5293def0cd80814fd6f038cee /recipes-core
parent67dd7dd6f6ebf5fd872a674a60a689ffd1f6d551 (diff)
downloadmeta-mlinux-3e2347de44b0f34629b8097989cd4bcd128e04da.tar.gz
meta-mlinux-3e2347de44b0f34629b8097989cd4bcd128e04da.tar.bz2
meta-mlinux-3e2347de44b0f34629b8097989cd4bcd128e04da.zip
removed comment that removed init script from lighttpd
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/lighttpd/lighttpd_1.4.48.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/lighttpd/lighttpd_1.4.48.bb b/recipes-core/lighttpd/lighttpd_1.4.48.bb
index 19e6cf2..efb10df 100644
--- a/recipes-core/lighttpd/lighttpd_1.4.48.bb
+++ b/recipes-core/lighttpd/lighttpd_1.4.48.bb
@@ -61,7 +61,7 @@ do_install_append() {
install -d ${D}${sysconfdir}/init.d ${D}${sysconfdir}/lighttpd.d ${D}/www/pages/dav
install -d 0644 ${D}${sysconfdir}/ssl
install -m 0755 --group www -d ${D}${localstatedir}/www
-# install -m 0755 ${WORKDIR}/lighttpd.init ${D}${sysconfdir}/init.d/lighttpd
+ install -m 0755 ${WORKDIR}/lighttpd.init ${D}${sysconfdir}/init.d/lighttpd
install -m 0644 --group www ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
#For FHS compliance, create symbolic links to /var/log and /var/tmp for logs and temporary data