928b398e02
PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav)
7 lines
331 B
Text
7 lines
331 B
Text
%%APACHEMODDIR%%/%%AP_MODULE%%
|
|
%%PORTDOCS%%%%DOCSDIR%%/mod_fcgid.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/mod_fcgid.html.en
|
|
%%PORTDOCS%%@unexec /bin/rmdir %D/%%DOCSDIR%% 2>/dev/null || true
|
|
@exec /bin/mkdir -p -m 700 /var/run/fcgidsock
|
|
@exec /usr/sbin/chown www:www /var/run/fcgidsock
|
|
@unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true
|