View | Details | Raw Unified | Return to bug 194535
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 15-20 Link Here
15
15
16
USES=		perl5 shebangfix
16
USES=		perl5 shebangfix
17
SHEBANG_FILES=	sec
17
SHEBANG_FILES=	sec
18
SUB_LIST=	PERL=${PERL}
18
USE_PERL5=	run
19
USE_PERL5=	run
19
NO_BUILD=	yes
20
NO_BUILD=	yes
20
21
(-)files/sec.in (-1 / +1 lines)
Lines 32-38 Link Here
32
32
33
command="%%PREFIX%%/bin/sec"
33
command="%%PREFIX%%/bin/sec"
34
command_args="-detach"
34
command_args="-detach"
35
command_interpreter="/usr/bin/perl"
35
command_interpreter="%%PERL%%"
36
extra_commands="reload"
36
extra_commands="reload"
37
pidfile="/var/run/sec.pid"
37
pidfile="/var/run/sec.pid"
38
38

Return to bug 194535