diff options
author | grant <grant@pkgsrc.org> | 2002-09-20 01:38:38 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-09-20 01:38:38 +0000 |
commit | 1a32f410cb627d088138a4749a5c96168178bb1b (patch) | |
tree | d45333b5d06549bf70727636a01366bf9088b5f4 /mail | |
parent | ca517b978b1daf771150302a6483b9cade427d3a (diff) | |
download | pkgsrc-1a32f410cb627d088138a4749a5c96168178bb1b.tar.gz |
Use @PREFIX@, not "/usr/pkg" (which is obviously not right).
Diffstat (limited to 'mail')
-rwxr-xr-x | mail/spamassassin/files/spamd.sh | 4 |
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" |