diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-17 13:27:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-17 13:27:50 +0000 |
commit | 7ce8e2b00e88ba039156325a730ac63736cdfba6 (patch) | |
tree | 697bc48fde1ae4c05bcfafc028e12cf72e508a8b /www/mod_layout | |
parent | 421895421594bbbca2a5e953507ecbd199973f54 (diff) |
- Respect "apache modules convention".
When you install an apache module via ports or packages, ideally
module must not alter configuration (not enabled by default)
Notes
Notes:
svn path=/head/; revision=116518
Diffstat (limited to 'www/mod_layout')
-rw-r--r-- | www/mod_layout/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_layout/pkg-plist b/www/mod_layout/pkg-plist index 8bc9c2a7229e..9b2e2d1582df 100644 --- a/www/mod_layout/pkg-plist +++ b/www/mod_layout/pkg-plist @@ -1,6 +1,7 @@ @comment $FreeBSD$ libexec/apache/mod_layout.so -@exec %D/sbin/apxs -e -a -n layout %D/%f +@exec %D/sbin/apxs -e -A -n layout %D/%f +@unexec %D/sbin/apxs -e -A -n layout %D/%f @unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf." %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/directives/Layout.html |