svn commit: r537016 - in head/sysutils/runit-faster: . files

Tobias Kortkamp tobik at FreeBSD.org
Sat May 30 00:26:05 UTC 2020


Author: tobik
Date: Sat May 30 00:26:05 2020
New Revision: 537016
URL: https://svnweb.freebsd.org/changeset/ports/537016

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

Modified:
  head/sysutils/runit-faster/Makefile
  head/sysutils/runit-faster/files/runsvdir.in

Modified: head/sysutils/runit-faster/Makefile
==============================================================================
--- head/sysutils/runit-faster/Makefile	Sat May 30 00:24:14 2020	(r537015)
+++ head/sysutils/runit-faster/Makefile	Sat May 30 00:26:05 2020	(r537016)
@@ -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

Modified: head/sysutils/runit-faster/files/runsvdir.in
==============================================================================
--- head/sysutils/runit-faster/files/runsvdir.in	Sat May 30 00:24:14 2020	(r537015)
+++ head/sysutils/runit-faster/files/runsvdir.in	Sat May 30 00:26:05 2020	(r537016)
@@ -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


More information about the svn-ports-all mailing list