Lines 1-5
Link Here
|
1 |
@unexec sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf |
1 |
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f |
2 |
%%APACHEMODDIR%%/mod_dnssd.so |
2 |
%%APACHEMODDIR%%/%%AP_MODULE%% |
3 |
@exec %D/sbin/apxs -e -a -n dnssd %D/%f || true |
3 |
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f |
4 |
%%PORTDOCS%%%%DOCSDIR%%/README |
4 |
%%PORTDOCS%%%%DOCSDIR%%/README |
5 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |
5 |
%%PORTDOCS%%@dirrm %%DOCSDIR%% |