blob: 1c1ee724f4edee8b41824017b5363d1088ca73fd (
plain)
1
2
3
4
5
6
7
8
9
|
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."
|