mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Previous commit unintentionally disabled taint mode.
This commit is contained in:
parent
c10d79d12a
commit
9263fd85da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396559
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= spampd
|
||||
PORTVERSION= 2.42
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail perl5
|
||||
|
||||
MAINTAINER= des@FreeBSD.org
|
||||
|
@ -24,7 +24,7 @@ load_rc_config $name
|
||||
|
||||
command="%%PREFIX%%/sbin/$name"
|
||||
command_args="--pid=${spampd_pidfile}"
|
||||
command_interpreter=%%PERL%%
|
||||
command_interpreter="%%PERL%% -T"
|
||||
pidfile="${spampd_pidfile}"
|
||||
|
||||
run_rc_command $1
|
||||
|
Loading…
Reference in New Issue
Block a user