summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/php-toolkit/files/php-select-modules/apache1.sh')
-rw-r--r--app-admin/php-toolkit/files/php-select-modules/apache1.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-admin/php-toolkit/files/php-select-modules/apache1.sh b/app-admin/php-toolkit/files/php-select-modules/apache1.sh
deleted file mode 100644
index 903819ca5b7b..000000000000
--- a/app-admin/php-toolkit/files/php-select-modules/apache1.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# /usr/share/php-select/apache1.sh
-# Module to manage mod_php for Apache2
-#
-# Written for Gentoo Linux
-#
-# Author Stuart Herbert
-# (stuart@gentoo.org)
-#
-# Copyright (c) 2005 Gentoo Foundation, Inc.
-# Released under version 2 of the GNU General Public License
-#
-# ========================================================================
-
-G_APACHE_CONF=/etc/conf.d/apache
-G_APACHE_INIT=/etc/init.d/apache
-G_OPTS_VAR="APACHE_OPTS"
-G_APACHE_MOD_DIR="/usr/lib/apache/modules"
-
-. $G_MODULE_PATH/libapache.sh