summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-dangling/apache2
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-08-25 12:24:29 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-08-25 12:24:29 -0400
commite9136650b58e24c4641e7cf008c857f349c92c03 (patch)
treebe0cd8306c86b7f8b888aae92520018783ce0148 /meta-openstack/recipes-dangling/apache2
parent634957bdf2e430fc252a638fb4e9499884385b4d (diff)
downloadmeta-cloud-services-e9136650b58e24c4641e7cf008c857f349c92c03.tar.gz
recipes-dangling: remove all dangling bbappends
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-dangling/apache2')
-rw-r--r--meta-openstack/recipes-dangling/apache2/apache2_2.4.10.bbappend15
-rw-r--r--meta-openstack/recipes-dangling/apache2/apache2_2.4.2.bbappend5
-rw-r--r--meta-openstack/recipes-dangling/apache2/apache2_2.4.7.bbappend15
-rw-r--r--meta-openstack/recipes-dangling/apache2/apache2_2.4.9.bbappend15
4 files changed, 0 insertions, 50 deletions
diff --git a/meta-openstack/recipes-dangling/apache2/apache2_2.4.10.bbappend b/meta-openstack/recipes-dangling/apache2/apache2_2.4.10.bbappend
deleted file mode 100644
index 7aca867..0000000
--- a/meta-openstack/recipes-dangling/apache2/apache2_2.4.10.bbappend
+++ /dev/null
@@ -1,15 +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
6 # default layout for htdocsdir in 2.4.7 is different, create the following for
7 # backward compatibility reasons
8
9 mkdir -p ${D}${datadir}/${BPN}/default-site
10 ln -sf ../htdocs ${D}${datadir}/${BPN}/default-site/htdocs
11
12 sed -i '30i if [ ! -e /var/log/apache2 ]; then ln -sf /var/apache2/logs/ /var/log/apache2; fi' ${D}/etc/init.d/apache2
13}
14
15FILES_${PN} += "${datadir}/${BPN}/default-site"
diff --git a/meta-openstack/recipes-dangling/apache2/apache2_2.4.2.bbappend b/meta-openstack/recipes-dangling/apache2/apache2_2.4.2.bbappend
deleted file mode 100644
index 664de2c..0000000
--- a/meta-openstack/recipes-dangling/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}
diff --git a/meta-openstack/recipes-dangling/apache2/apache2_2.4.7.bbappend b/meta-openstack/recipes-dangling/apache2/apache2_2.4.7.bbappend
deleted file mode 100644
index 7aca867..0000000
--- a/meta-openstack/recipes-dangling/apache2/apache2_2.4.7.bbappend
+++ /dev/null
@@ -1,15 +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
6 # default layout for htdocsdir in 2.4.7 is different, create the following for
7 # backward compatibility reasons
8
9 mkdir -p ${D}${datadir}/${BPN}/default-site
10 ln -sf ../htdocs ${D}${datadir}/${BPN}/default-site/htdocs
11
12 sed -i '30i if [ ! -e /var/log/apache2 ]; then ln -sf /var/apache2/logs/ /var/log/apache2; fi' ${D}/etc/init.d/apache2
13}
14
15FILES_${PN} += "${datadir}/${BPN}/default-site"
diff --git a/meta-openstack/recipes-dangling/apache2/apache2_2.4.9.bbappend b/meta-openstack/recipes-dangling/apache2/apache2_2.4.9.bbappend
deleted file mode 100644
index 7aca867..0000000
--- a/meta-openstack/recipes-dangling/apache2/apache2_2.4.9.bbappend
+++ /dev/null
@@ -1,15 +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
6 # default layout for htdocsdir in 2.4.7 is different, create the following for
7 # backward compatibility reasons
8
9 mkdir -p ${D}${datadir}/${BPN}/default-site
10 ln -sf ../htdocs ${D}${datadir}/${BPN}/default-site/htdocs
11
12 sed -i '30i if [ ! -e /var/log/apache2 ]; then ln -sf /var/apache2/logs/ /var/log/apache2; fi' ${D}/etc/init.d/apache2
13}
14
15FILES_${PN} += "${datadir}/${BPN}/default-site"