From 7ce8e2b00e88ba039156325a730ac63736cdfba6 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Tue, 17 Aug 2004 13:27:50 +0000 Subject: - Respect "apache modules convention". When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default) --- www/mod_log_data/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mod_log_data') diff --git a/www/mod_log_data/pkg-plist b/www/mod_log_data/pkg-plist index 1222ccc92160..b633906e980b 100644 --- a/www/mod_log_data/pkg-plist +++ b/www/mod_log_data/pkg-plist @@ -1,4 +1,4 @@ libexec/apache2/mod_log_data.so -@exec %D/sbin/apxs -e -a -n log_data %D/%f -@unexec %D/sbin/apxs -e -a -n log_data %D/%f +@exec %D/sbin/apxs -e -A -n log_data %D/%f +@unexec %D/sbin/apxs -e -A -n log_data %D/%f @unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf." -- cgit v1.2.3