diff options
| author | Clement Laforet <clement@FreeBSD.org> | 2004-12-11 18:06:04 +0000 |
|---|---|---|
| committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-11 18:06:04 +0000 |
| commit | a3468fefcb7e17260776ae49bc4053c7b66076fb (patch) | |
| tree | b345059920aea199678ac75606fc64d5512e13c2 /www/apache21/files/apache21libs.sh | |
| parent | Connect fgfs-base. (diff) | |
- Add apache 2.1.2
This is a development version, awaiting for 2.2
Diffstat (limited to 'www/apache21/files/apache21libs.sh')
| -rw-r--r-- | www/apache21/files/apache21libs.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/apache21/files/apache21libs.sh b/www/apache21/files/apache21libs.sh new file mode 100644 index 000000000000..67fe5c302561 --- /dev/null +++ b/www/apache21/files/apache21libs.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +case "$1" in + start) + /sbin/ldconfig -m %%PREFIX%%/lib/apache2 + ;; + stop) + ;; + *) + echo "" + echo "Usage: `basename $0` { start | stop }" + echo "" + exit 64 + ;; +esac |
