From bb85cb4323c566c4bb5dee3583307102a2c0d420 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 10 Sep 2015 09:43:31 +0000 Subject: Previous commit unintentionally disabled taint mode. --- mail/spampd/Makefile | 2 +- mail/spampd/files/spampd.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/spampd') diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index ed6b1d73f71f..f0de7d19ec31 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -3,7 +3,7 @@ PORTNAME= spampd PORTVERSION= 2.42 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MAINTAINER= des@FreeBSD.org diff --git a/mail/spampd/files/spampd.in b/mail/spampd/files/spampd.in index 3e96197e5517..26bb226c9c90 100644 --- a/mail/spampd/files/spampd.in +++ b/mail/spampd/files/spampd.in @@ -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 -- cgit