summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 13:46:24 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-11 13:46:24 -0400
commit2ce1cf7db328acb033c92a13159fb5a5ceec5106 (patch)
tree0a98cf1df1fbe6f0d58f9462296715b2aae10078 /meta-openstack/recipes-extended
parentcea82c3460ebcbf4506694b606057c2a7f62d271 (diff)
downloadmeta-cloud-services-2ce1cf7db328acb033c92a13159fb5a5ceec5106.tar.gz
apache2: move 2.4.2 to dangling
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended')
-rw-r--r--meta-openstack/recipes-extended/apache2/apache2_2.4.2.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-openstack/recipes-extended/apache2/apache2_2.4.2.bbappend b/meta-openstack/recipes-extended/apache2/apache2_2.4.2.bbappend
deleted file mode 100644
index 664de2c..0000000
--- a/meta-openstack/recipes-extended/apache2/apache2_2.4.2.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
1INC := "${@int(PRINC) + 1}"
2
3do_install_append() {
4 sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf
5}