mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/runit-faster: Provide log space holder in runsvdir rc script too
This commit is contained in:
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
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= runit
|
PORTNAME= runit
|
||||||
DISTVERSION= 2.1.3.6
|
DISTVERSION= 2.1.3.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \
|
MASTER_SITES= https://github.com/t6/freebsd-runit/releases/download/v${DISTVERSION}/ \
|
||||||
LOCAL/tobik
|
LOCAL/tobik
|
||||||
|
|
|
@ -34,7 +34,7 @@ runsvdir_start()
|
||||||
/usr/bin/env -i \
|
/usr/bin/env -i \
|
||||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin:/rescue \
|
PATH=/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin:/rescue \
|
||||||
/usr/sbin/daemon -c -f \
|
/usr/sbin/daemon -c -f \
|
||||||
${command} ${runsvdir_path}
|
${command} ${runsvdir_path} 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................'
|
||||||
}
|
}
|
||||||
|
|
||||||
run_rc_command $1
|
run_rc_command $1
|
||||||
|
|
Loading…
Add table
Reference in a new issue