aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-dangling/lighttpd/lighttpd_1.4.30.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-dangling/lighttpd/lighttpd_1.4.30.bbappend')
-rw-r--r--meta-openstack/recipes-dangling/lighttpd/lighttpd_1.4.30.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-openstack/recipes-dangling/lighttpd/lighttpd_1.4.30.bbappend b/meta-openstack/recipes-dangling/lighttpd/lighttpd_1.4.30.bbappend
deleted file mode 100644
index 50fab9f6..00000000
--- a/meta-openstack/recipes-dangling/lighttpd/lighttpd_1.4.30.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-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
-}