7ce8e2b00e
When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default)
9 lines
477 B
Text
9 lines
477 B
Text
libexec/apache/mod_auth_cookie_mysql.so
|
|
@exec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/authform.tmpl
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/putcookie.cgi
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
@unexec echo "===> If you do not plan on reinstalling mod_auth_cookie_mysql, you must manually remove"; echo "===> references to it in httpd.conf."
|