7ce8e2b00e
When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default)
4 lines
241 B
Text
4 lines
241 B
Text
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."
|