diff options
author | kleink <kleink@pkgsrc.org> | 2005-11-14 12:34:57 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2005-11-14 12:34:57 +0000 |
commit | 4b6ec335f40bb64538d81d0109bc8d4eb5351b61 (patch) | |
tree | 07a6637f35c55ce230885510de042b2dbec9b0c8 /mail | |
parent | 9e0bd883e0f2ccc2006006c1dd3dddca3be99b24 (diff) | |
download | pkgsrc-4b6ec335f40bb64538d81d0109bc8d4eb5351b61.tar.gz |
Use @PERL5@ for command_interpreter; this one actually gets substituted.
Reported by Adrian Portelli.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailgraph/files/mailgraph.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailgraph/files/mailgraph.sh b/mail/mailgraph/files/mailgraph.sh index 74c2b3215c7..f2a3f698dc5 100644 --- a/mail/mailgraph/files/mailgraph.sh +++ b/mail/mailgraph/files/mailgraph.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: mailgraph.sh,v 1.1.1.1 2004/12/31 21:36:59 kim Exp $ +# $NetBSD: mailgraph.sh,v 1.2 2005/11/14 12:34:57 kleink Exp $ # # PROVIDE: mailgraph @@ -11,7 +11,7 @@ name="@PKGBASE@" rcvar=$name pidfile="@VARBASE@/run/${name}.pid" -command_interpreter="@PERL@" +command_interpreter="@PERL5@" command="@PREFIX@/sbin/mailgraph" command_args="-d" |