Closes: https://github.com/gentoo/gentoo/pull/3969
+++ /dev/null
-en
-de
-fr
-it
-sw
+++ /dev/null
-0. Copy ${VHOST_ROOT}/${PN}/survey.conf to your Apache modules directory.
-
-1. Restart Apache and test your installation:
- http://${VHOST_HOSTNAME}/mod_survey
+++ /dev/null
-#!/bin/bash
-
-die() {
- echo "#####"
- echo $1
- echo "#####"
- exit 1
-}
-
-if [ $1 = "install" ]; then
- sed -e "s|/usr/lib/mod_survey/webroot/|${MY_INSTALLDIR}/|g
- s|\"/mod_survey/\"|\"${VHOST_APPDIR}/\"|
- s|Alias|#Alias|" -i ${VHOST_ROOT}/${PN}/survey.conf || die
-
-elif [ $1 = "clean" ]; then
- echo $1
-fi