1
0
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:
Dag-Erling Smørgrav 2015-09-10 09:43:31 +00:00
parent c10d79d12a
commit 9263fd85da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396559
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= spampd
PORTVERSION= 2.42
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail perl5
MAINTAINER= des@FreeBSD.org

View File

@ -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