freebsd-ports/www/mod_log_data/pkg-plist
Clement Laforet 7ce8e2b00e - Respect "apache modules convention".
When you install an apache module via ports or packages, ideally
  module must not alter configuration (not enabled by default)
2004-08-17 13:27:50 +00:00

4 lines
261 B
Text

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
@unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf."