- Fix path for 'chown' in pkg-plist.

- Bump PORTREVISION.

PR:		116340
Submitted by:	Alexey Rubtsov <arubtsov@swsof.com>
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Stefan Walter 2007-09-30 11:25:51 +00:00
parent 9a7ae7a92b
commit e0f74f9bf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200473
2 changed files with 2 additions and 2 deletions

View file

@ -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/_/-/}

View file

@ -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