sysutils/runit-faster: Provide log space holder in runsvdir rc script too

This commit is contained in:
Tobias Kortkamp 2020-05-30 00:26:05 +00:00
parent ebfbe70b5c
commit d0cb1d4a11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537016
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= runit
DISTVERSION= 2.1.3.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \
LOCAL/tobik

View file

@ -34,7 +34,7 @@ runsvdir_start()
/usr/bin/env -i \
PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin:/rescue \
/usr/sbin/daemon -c -f \
${command} ${runsvdir_path}
${command} ${runsvdir_path} 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................'
}
run_rc_command $1