aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-09-30 11:25:51 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-09-30 11:25:51 +0000
commite0f74f9bf00bdcae7980bdf04d0b1853f69ba518 (patch)
tree8e61de15b9fa212425cb030e9cdeefe4652fd4b6 /www
parent9a7ae7a92b474151cf083345c8de153bd8513d2c (diff)
downloadports-e0f74f9bf00bdcae7980bdf04d0b1853f69ba518.tar.gz
ports-e0f74f9bf00bdcae7980bdf04d0b1853f69ba518.zip
- Fix path for 'chown' in pkg-plist.
- Bump PORTREVISION. PR: 116340 Submitted by: Alexey Rubtsov <arubtsov@swsof.com> Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=200473
Diffstat (limited to 'www')
-rw-r--r--www/mod_fcgid/Makefile2
-rw-r--r--www/mod_fcgid/pkg-plist2
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