diff options
author | des <des@FreeBSD.org> | 2015-09-10 17:43:31 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2015-09-10 17:43:31 +0800 |
commit | bb85cb4323c566c4bb5dee3583307102a2c0d420 (patch) | |
tree | 7d815305bceed36ffdbf0593aee869fa7430dd8a /mail/spampd | |
parent | c34738f9d1d02999affc1132c29d9443d1ff5b06 (diff) | |
download | freebsd-ports-gnome-bb85cb4323c566c4bb5dee3583307102a2c0d420.tar.gz freebsd-ports-gnome-bb85cb4323c566c4bb5dee3583307102a2c0d420.tar.zst freebsd-ports-gnome-bb85cb4323c566c4bb5dee3583307102a2c0d420.zip |
Previous commit unintentionally disabled taint mode.
Diffstat (limited to 'mail/spampd')
-rw-r--r-- | mail/spampd/Makefile | 2 | ||||
-rw-r--r-- | mail/spampd/files/spampd.in | 2 |
2 files changed, 2 insertions, 2 deletions
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 |