8e86501b96
handle cases for both www/apache20 and www/apache22. Removed www/mod_fcgid/pkg_message. Added www/mod_fcgid/files/pkg_message.in. PR: ports/96158 Submitted by: maintainer
4 lines
194 B
Text
4 lines
194 B
Text
libexec/apache%%APACHE_VERSION%%/mod_fcgid.so
|
|
@exec /bin/mkdir -p -m 700 /var/run/fcgidsock
|
|
@exec /bin/chown www:www /var/run/fcgidsock
|
|
@unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true
|