[Bug 259178] sysutils/s6-rc meta-update for the skarnet suite

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Jan 2022 06:22:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259178

--- Comment #7 from dewayne@heuristicsystems.com.au ---
(In reply to crest from comment #5)
Thank-you for updating the suite.  I like the approach of providing different
options for LIVEDIR which should placate BSD vs s6 folder conventions. 

Would it be possible to include a ? before =, as follows:
.if ${FLAVOR} == hier # Follow hier(7)
LIVEDIR?=       /var/run/${PORTNAME}
.else                                   # Expect a dedicated /run mountpoint.
Can be required if /v
LIVEDIR?=       /run/${PORTNAME}
.endif
as we define a different value for LIVEDIR?

-- 
You are receiving this mail because:
You are the assignee for the bug.