Lines 3-11
Link Here
|
3 |
%%PORTDOCS%%%%DOCSDIR%%/install.html |
3 |
%%PORTDOCS%%%%DOCSDIR%%/install.html |
4 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
4 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
5 |
%%APACHEMODDIR%%/mod_auth_pam.so |
5 |
%%APACHEMODDIR%%/mod_auth_pam.so |
6 |
@exec %D/sbin/apxs -e -A -n auth_pam %D/%f |
6 |
@exec %D/sbin/apxs -e -a -n auth_pam %D/%f |
7 |
%%APACHEMODDIR%%/mod_auth_sys_group.so |
7 |
%%APACHEMODDIR%%/mod_auth_sys_group.so |
8 |
@exec %D/sbin/apxs -e -A -n auth_sys_group %D/%f |
8 |
@exec %D/sbin/apxs -e -a -n auth_sys_group %D/%f |
9 |
%%EXAMPLESDIR%%/pam-httpd.sample |
9 |
%%EXAMPLESDIR%%/pam-httpd.sample |
10 |
@dirrm %%EXAMPLESDIR%% |
10 |
@dirrm %%EXAMPLESDIR%% |
11 |
@unexec echo "===> If you do not plan on reinstalling mod_auth_pam, you must manually remove"; echo "===> references to it in httpd.conf." |
11 |
@unexec echo "===> If you do not plan on reinstalling mod_auth_pam, you must manually remove"; echo "===> references to it in httpd.conf." |