mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Use command_interpreter instead of procname in
rc script. Bump PORTREVISION because this change alters the default package. PR: ports/155779 Submitted by: Frank Wall <fw@moov.de> Approved by: Chifeng QU <chifeng@gmail.com> (maintainer)
This commit is contained in:
parent
540d30b0ec
commit
d7752141fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273925
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= policyd2
|
||||
PORTVERSION= 2.0.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/policyd/2.0.x%20%28Stable%29/v${PORTVERSION}
|
||||
DISTNAME= cluebringer-${PORTVERSION}
|
||||
|
@ -19,7 +19,7 @@ name="policyd2"
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
command="%%LOCALBASE%%/bin/cbpolicyd"
|
||||
procname="/usr/bin/perl"
|
||||
command_interpreter="/usr/bin/perl"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user