diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2007-09-30 11:25:51 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2007-09-30 11:25:51 +0000 |
commit | e0f74f9bf00bdcae7980bdf04d0b1853f69ba518 (patch) | |
tree | 8e61de15b9fa212425cb030e9cdeefe4652fd4b6 /www/mod_fcgid | |
parent | 9a7ae7a92b474151cf083345c8de153bd8513d2c (diff) | |
download | ports-e0f74f9bf00bdcae7980bdf04d0b1853f69ba518.tar.gz ports-e0f74f9bf00bdcae7980bdf04d0b1853f69ba518.zip |
Notes
Diffstat (limited to 'www/mod_fcgid')
-rw-r--r-- | www/mod_fcgid/Makefile | 2 | ||||
-rw-r--r-- | www/mod_fcgid/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile index 51c7b261a0ad..7c3ce45fafdb 100644 --- a/www/mod_fcgid/Makefile +++ b/www/mod_fcgid/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_fcgid PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} diff --git a/www/mod_fcgid/pkg-plist b/www/mod_fcgid/pkg-plist index 65e6fc018590..6dea6aa6ea16 100644 --- a/www/mod_fcgid/pkg-plist +++ b/www/mod_fcgid/pkg-plist @@ -1,4 +1,4 @@ libexec/apache%%APACHE_VERSION%%/mod_fcgid.so @exec /bin/mkdir -p -m 700 /var/run/fcgidsock -@exec /bin/chown www:www /var/run/fcgidsock +@exec /usr/sbin/chown www:www /var/run/fcgidsock @unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true |