From d0cb1d4a11f12fbbb9dbb12b1eecfc1f23cf7e14 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 30 May 2020 00:26:05 +0000 Subject: [PATCH] sysutils/runit-faster: Provide log space holder in runsvdir rc script too --- sysutils/runit-faster/Makefile | 2 +- sysutils/runit-faster/files/runsvdir.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/runit-faster/Makefile b/sysutils/runit-faster/Makefile index bffb8f0b19b9..6f1b5bcb69ef 100644 --- a/sysutils/runit-faster/Makefile +++ b/sysutils/runit-faster/Makefile @@ -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 diff --git a/sysutils/runit-faster/files/runsvdir.in b/sysutils/runit-faster/files/runsvdir.in index dd774d5df0f9..39e7b2c4a150 100644 --- a/sysutils/runit-faster/files/runsvdir.in +++ b/sysutils/runit-faster/files/runsvdir.in @@ -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