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.
This commit is contained in:
parent
06b736848d
commit
77a5d63ef1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523982
@ -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= *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user