mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/daemontools-encore: Fix RC script
PR: 211961 Submitted by: Christian Ullrich <chris@chrullrich.net>
This commit is contained in:
parent
01486588c1
commit
4e15df801d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454618
1 changed files with 22 additions and 0 deletions
|
@ -18,6 +18,28 @@ CONFLICTS= daemontools-[0-9]* freedt-[0-9]* serialmail-[0-9]*
|
|||
|
||||
ALL_TARGET= default
|
||||
|
||||
S_EARLY_DESC= Start early, before the normal daemons
|
||||
S_NORMAL_DESC= Start normally in the usual boot sequence
|
||||
|
||||
OPTIONS_SINGLE= SEQ
|
||||
OPTIONS_SINGLE_SEQ= S_EARLY S_NORMAL
|
||||
|
||||
OPTIONS_DEFAULT= S_NORMAL
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
. if ${PORT_OPTIONS:MS_EARLY}
|
||||
SVSCAN_REQUIRE?= SERVERS
|
||||
SVSCAN_BEFORE?= DAEMON
|
||||
. endif
|
||||
|
||||
. if ${PORT_OPTIONS:MS_NORMAL}
|
||||
SVSCAN_REQUIRE?= LOGIN
|
||||
SVSCAN_BEFORE?=
|
||||
. endif
|
||||
|
||||
SUB_LIST+= SVSCAN_REQUIRE=${SVSCAN_REQUIRE} SVSCAN_BEFORE=${SVSCAN_BEFORE}
|
||||
|
||||
USE_RC_SUBR= svscan
|
||||
|
||||
MANFILES= \
|
||||
|
|
Loading…
Add table
Reference in a new issue