mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c5516a3331
Notified by: erwin
16 lines
793 B
Plaintext
16 lines
793 B
Plaintext
libexec/apache22/mod_auth_tkt.so
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/Apache/AuthTkt.pm
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/AuthTktConfig.pm
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/login.cgi
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/logout.cgi
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/tkt.css
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/02_auth_tkt.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/auth_tkt_cgi.conf
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/conf
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cgi/Apache
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/cgi
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@unexec egrep -v 'LoadModule +auth_tkt_module +libexec/apache22/mod_auth_tkt.so' %D/etc/apache22/httpd.conf > /tmp/httpd.$$; mv /tmp/httpd.$$ %D/etc/apache22/httpd.conf
|