aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend')
-rw-r--r--meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
index 50fab9f6..33b1f61c 100644
--- a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
+++ b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend
@@ -1,5 +1,3 @@
-INC := "${@int(PRINC) + 1}"
-
do_install_append() {
sed -i '2i port=`grep "^server.port" /etc/lighttpd.conf`; if [ -z $port ]; then echo "server port not configured, not running lighttpd..."; exit 0; fi' ${D}/etc/init.d/lighttpd
}