summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-09-20 01:38:38 +0000
committergrant <grant@pkgsrc.org>2002-09-20 01:38:38 +0000
commit1a32f410cb627d088138a4749a5c96168178bb1b (patch)
treed45333b5d06549bf70727636a01366bf9088b5f4
parentca517b978b1daf771150302a6483b9cade427d3a (diff)
downloadpkgsrc-1a32f410cb627d088138a4749a5c96168178bb1b.tar.gz
Use @PREFIX@, not "/usr/pkg" (which is obviously not right).
-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"