diff options
author | grant <grant> | 2002-09-20 01:38:38 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-20 01:38:38 +0000 |
commit | 69d00a2530eed5afcad72726d7d27a49e3de48b1 (patch) | |
tree | d45333b5d06549bf70727636a01366bf9088b5f4 /mail | |
parent | 7586e0463dfeae39b6abfd8bff5b24c25e3e0628 (diff) | |
download | pkgsrc-69d00a2530eed5afcad72726d7d27a49e3de48b1.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" |