aboutsummaryrefslogtreecommitdiff
path: root/security/f-protd/files/fprotd_scanmail.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/f-protd/files/fprotd_scanmail.sh.in')
-rw-r--r--security/f-protd/files/fprotd_scanmail.sh.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/f-protd/files/fprotd_scanmail.sh.in b/security/f-protd/files/fprotd_scanmail.sh.in
index dc9fc183b711..887aaffef574 100644
--- a/security/f-protd/files/fprotd_scanmail.sh.in
+++ b/security/f-protd/files/fprotd_scanmail.sh.in
@@ -11,14 +11,12 @@
# fprotd_scanmail_enable="YES"
#
-prefix=%%PREFIX%%
-
. /etc/rc.subr
name=fprotd_scanmail
rcvar=`set_rcvar`
pidfile="/var/run/scanmail.pid"
-command="${prefix}/f-prot/tools/scan-mail.pl"
+command="%%PREFIX%%/f-prot/tools/scan-mail.pl"
command_args="> /dev/null 2>&1"
command_interpreter="/usr/bin/perl"