MFH: r523982

sysutils/runit-faster: Fix runsvdir rc script

%%RUNITDIR%% was not replaced with the correct dir leading to
/var/run/runit/runsvdir/current pointing to some bogus location.

Approved by:	ports-secteam runtime fix blanket
This commit is contained in:
Tobias Kortkamp 2020-01-24 19:26:34 +00:00
parent ae7ffb545b
commit 652b3ec933
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=523983

View File

@ -3,6 +3,7 @@
PORTNAME= runit
DISTVERSION= 2.1.3.6
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \
LOCAL/tobik
@ -28,6 +29,7 @@ TEST_TARGET= check
CONFLICTS_INSTALL= runit
SUB_LIST= RUNITDIR=${RUNITDIR}
PLIST_SUB= RUNITDIR=${RUNITDIR}
PORTDOCS= *