From 0de609c86dc5fd37c4333eaf03ad05421013b6e1 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 5 Aug 2015 16:29:45 -0400 Subject: meta-openstack: add wildcard to lighttpd bbappend This is currently a dangling bbappend as lighttpd is now version 1.4.36. The changes found in this bbappend only apply to the sysvinit scripts and should most likely be replicated in systemd. For the sake of keeping this series focused on dealing with dangling bbappends I am simply renaming the bbappend for now, without modifying its content. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.%.bbappend | 3 +++ meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.%.bbappend delete mode 100644 meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend (limited to 'meta-openstack/recipes-extended') diff --git a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.%.bbappend b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.%.bbappend new file mode 100644 index 0000000..33b1f61 --- /dev/null +++ b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.%.bbappend @@ -0,0 +1,3 @@ +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 +} diff --git a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend b/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend deleted file mode 100644 index 33b1f61..0000000 --- a/meta-openstack/recipes-extended/lighttpd/lighttpd_1.4.35.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -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 -} -- cgit v1.2.3-54-g00ecf