Make the rc scripts actually work as intended in absence of a config file.
ok op@
This commit is contained in:
parent
689416f6ff
commit
1ae3691128
@ -6,7 +6,7 @@ GH_COMMIT = dfe44eb2c5b6fc3c48a39ed826fe0e4459cdf6ef
|
||||
|
||||
V = 1.1pre20210430
|
||||
DISTNAME = endlessh-$V
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = net security
|
||||
|
||||
MAINTAINER = Michael <michi+openbsd@dataswamp.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/ksh
|
||||
|
||||
daemon="${LOCALBASE}/bin/endlessh"
|
||||
daemon_flags=-s
|
||||
daemon_flags="-s -4"
|
||||
daemon_user=_endlessh
|
||||
rc_bg=YES
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/ksh
|
||||
|
||||
daemon="${LOCALBASE}/bin/endlessh"
|
||||
daemon_flags=-s -6
|
||||
daemon_flags="-s -6"
|
||||
daemon_user=_endlessh
|
||||
rc_bg=YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user