[oe-commits] Dan McGregor : lighttpd: install config file without execute permissions

git at git.openembedded.org git at git.openembedded.org
Wed Sep 10 10:34:08 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: de8d70ccd846167df31037b7a89f7d13f6731cf6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=de8d70ccd846167df31037b7a89f7d13f6731cf6

Author: Dan McGregor <dan.mcgregor at usask.ca>
Date:   Mon Sep  8 12:58:23 2014 +0100

lighttpd: install config file without execute permissions

Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
index 0acc37d..20d5c1c 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb
@@ -51,7 +51,7 @@ SYSTEMD_SERVICE_${PN} = "lighttpd.service"
 do_install_append() {
 	install -d ${D}${sysconfdir}/init.d ${D}${sysconfdir}/lighttpd.d ${D}/www/pages/dav
 	install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d
-	install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
+	install -m 0644 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
 	install -m 0644 ${WORKDIR}/index.html.lighttpd ${D}/www/pages/index.html
 
 	install -d ${D}${systemd_unitdir}/system



More information about the Openembedded-commits mailing list