summaryrefslogtreecommitdiffstats
path: root/www/mod_cvs2
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-08-17 13:27:50 +0000
committerclement <clement@FreeBSD.org>2004-08-17 13:27:50 +0000
commit2ff09856faea9993b2ab7dee8f8c33dea209af47 (patch)
tree8d923cb6ff333a0248ab5bbfea16175a9e3e33a2 /www/mod_cvs2
parent2239c96e33cea6e56eaf4a9f349261a549608a7f (diff)
downloadFreeBSD-ports-2ff09856faea9993b2ab7dee8f8c33dea209af47.zip
FreeBSD-ports-2ff09856faea9993b2ab7dee8f8c33dea209af47.tar.gz
- 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_cvs2')
-rw-r--r--www/mod_cvs2/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_cvs2/pkg-plist b/www/mod_cvs2/pkg-plist
index cb494f3..000d986 100644
--- a/www/mod_cvs2/pkg-plist
+++ b/www/mod_cvs2/pkg-plist
@@ -1,4 +1,4 @@
libexec/apache2/mod_cvs.so
-@exec %D/sbin/apxs -e -a -n cvs %D/%f
-@unexec %D/sbin/apxs -e -a -n cvs %D/%f
+@exec %D/sbin/apxs -e -A -n cvs %D/%f
+@unexec %D/sbin/apxs -e -A -n cvs %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf."
OpenPOWER on IntegriCloud