aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-httpd/apache2/apache2_2.4.%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-httpd/apache2/apache2_2.4.%.bbappend')
-rw-r--r--meta-openstack/recipes-httpd/apache2/apache2_2.4.%.bbappend14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-openstack/recipes-httpd/apache2/apache2_2.4.%.bbappend b/meta-openstack/recipes-httpd/apache2/apache2_2.4.%.bbappend
deleted file mode 100644
index 5fc832de..00000000
--- a/meta-openstack/recipes-httpd/apache2/apache2_2.4.%.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-do_install_append() {
- sed -i -e 's/#ServerName.*$/ServerName 127.0.0.1:80/' ${D}${sysconfdir}/apache2/httpd.conf
- # Keep our logs together, also matches ubuntu and debian
- sed -i -e 's@^\(.*\)/var/apache2/logs\(.*\)$@\1/var/log/apache2\2@g' ${D}${sysconfdir}/apache2/httpd.conf
-
- # default layout for htdocsdir in 2.4.7 is different, create the following for
- # backward compatibility reasons
-
- mkdir -p ${D}${datadir}/${BPN}/default-site
- ln -sf ../htdocs ${D}${datadir}/${BPN}/default-site/htdocs
-}
-
-FILES_${PN} += "${datadir}/${BPN}/default-site"
-SYSTEMD_AUTO_ENABLE_${PN} = "enable"