freebsd-ports/www/mod_fcgid/pkg-plist
Stefan Walter e0f74f9bf0 - Fix path for 'chown' in pkg-plist.
- Bump PORTREVISION.

PR:		116340
Submitted by:	Alexey Rubtsov <arubtsov@swsof.com>
Approved by:	maintainer timeout (2 weeks)
2007-09-30 11:25:51 +00:00

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