freebsd-ports/www/mod_fcgid/pkg-plist
Vanilla I. Shu 8e86501b96 Updated www/mod_fcgid to version 1.08. Updated Makefile and other files to
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
2006-04-23 02:10:22 +00:00

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