- Bump PORTREVISION. PR: 116340 Submitted by: Alexey Rubtsov <arubtsov@swsof.com> Approved by: maintainer timeout (2 weeks)
4 lines
199 B
Text
4 lines
199 B
Text
libexec/apache%%APACHE_VERSION%%/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
|