summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant>2002-09-20 01:38:38 +0000
committergrant <grant>2002-09-20 01:38:38 +0000
commitd27b5d62d4f67d01ef5d4655db64c73f7f2b8dbf (patch)
treed45333b5d06549bf70727636a01366bf9088b5f4 /mail
parent591631645ec4bdb5baed05c5975fdfd2ae7f0ba0 (diff)
downloadpkgsrc-d27b5d62d4f67d01ef5d4655db64c73f7f2b8dbf.tar.gz
Use @PREFIX@, not "/usr/pkg" (which is obviously not right).
Diffstat (limited to 'mail')
-rwxr-xr-xmail/spamassassin/files/spamd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/files/spamd.sh b/mail/spamassassin/files/spamd.sh
index 05317d4687d..9dcaf1530c6 100755
--- a/mail/spamassassin/files/spamd.sh
+++ b/mail/spamassassin/files/spamd.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: spamd.sh,v 1.3 2002/09/05 09:03:33 hubertf Exp $
+# $NetBSD: spamd.sh,v 1.4 2002/09/20 01:38:38 grant Exp $
#
# PROVIDE: spamd
# REQUIRE: DAEMON
@@ -9,7 +9,7 @@
name="spamd"
rcvar=$name
-command="/usr/pkg/bin/${name}"
+command="@PREFIX@/bin/${name}"
command_args="-d -r /var/run/${name}.pid"
command_interpreter="@PREFIX@/bin/perl"
pidfile="/var/run/${name}.pid"