ad700664f4
- Use SFE macro - Use APACHEMODDIR PR: ports/133684 Approved by: maintainer Submitted by: me
4 lines
183 B
Text
4 lines
183 B
Text
%%APACHEMODDIR%%/mod_fcgid.so
|
|
@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
|