1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/mod_cvs2/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

5 lines
241 B
Plaintext

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