diff options
author | clement <clement@FreeBSD.org> | 2004-08-17 21:27:50 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-08-17 21:27:50 +0800 |
commit | 2ff09856faea9993b2ab7dee8f8c33dea209af47 (patch) | |
tree | 8d923cb6ff333a0248ab5bbfea16175a9e3e33a2 /www/mod_accounting | |
parent | 2239c96e33cea6e56eaf4a9f349261a549608a7f (diff) | |
download | freebsd-ports-gnome-2ff09856faea9993b2ab7dee8f8c33dea209af47.tar.gz freebsd-ports-gnome-2ff09856faea9993b2ab7dee8f8c33dea209af47.tar.zst freebsd-ports-gnome-2ff09856faea9993b2ab7dee8f8c33dea209af47.zip |
- Respect "apache modules convention".
When you install an apache module via ports or packages, ideally
module must not alter configuration (not enabled by default)
Diffstat (limited to 'www/mod_accounting')
-rw-r--r-- | www/mod_accounting/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_accounting/pkg-plist b/www/mod_accounting/pkg-plist index 281cc503fbbe..5ed9eddda324 100644 --- a/www/mod_accounting/pkg-plist +++ b/www/mod_accounting/pkg-plist @@ -1,5 +1,6 @@ libexec/apache/mod_accounting.so -@exec %D/sbin/apxs -e -a -n accounting %D/%f +@exec %D/sbin/apxs -e -A -n accounting %D/%f +@unexec %D/sbin/apxs -e -A -n accounting %D/%f @unexec echo "===> If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf." share/mod_accounting/schema.sql %%PORTDOCS%%%%DOCSDIR%%/README |