diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-09 10:38:25 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-09 10:38:25 +0000 |
commit | a3c1b7e6f70306db39fd132d961eda497e845693 (patch) | |
tree | 43b0a84b7ee04196a4be4fe1efc35a0f01f917a0 /mail/mailgraph | |
parent | 59c5a453fda62cff17a1bfb9f4548433eebe74d9 (diff) |
Notes
Diffstat (limited to 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/files/mailgraph.sh.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailgraph/files/mailgraph.sh.tmpl b/mail/mailgraph/files/mailgraph.sh.tmpl index fe20f6b1ce73..fed9a2f4eef0 100644 --- a/mail/mailgraph/files/mailgraph.sh.tmpl +++ b/mail/mailgraph/files/mailgraph.sh.tmpl @@ -17,7 +17,7 @@ name=mailgraph rcvar=`set_rcvar` command=%%PREFIX%%/sbin/mailgraph.pl > /dev/null 2>&1 -command_interpreter=perl +command_interpreter=/usr/bin/perl stop_postcmd=stop_postcmd stop_postcmd() |