mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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:
parent
9a7ae7a92b
commit
e0f74f9bf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200473
@ -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/_/-/}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user