summaryrefslogtreecommitdiff
path: root/www/apache20/files/apache2libs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache20/files/apache2libs.sh')
-rw-r--r--www/apache20/files/apache2libs.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/apache20/files/apache2libs.sh b/www/apache20/files/apache2libs.sh
deleted file mode 100644
index 67fe5c302561..000000000000
--- a/www/apache20/files/apache2libs.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- start)
- /sbin/ldconfig -m %%PREFIX%%/lib/apache2
- ;;
- stop)
- ;;
- *)
- echo ""
- echo "Usage: `basename $0` { start | stop }"
- echo ""
- exit 64
- ;;
-esac