Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlex Vandiver <alexmv@bestpractical.com>2014-11-14 03:47:06 +0300
committerAlex Vandiver <alexmv@bestpractical.com>2014-11-14 03:52:24 +0300
commit8c11b519ee09ab43713097f4d0f4d85ab247fc0c (patch)
tree54acd338d5bf8d12fe7f2f66adfe7a41e3f6d325 /bin
parent23d6d4eb83277df3c493f0fc6043e2684787c0fc (diff)
Replace hardcoded paths with configure-time paths when possible
This also corrects an error in rt-email-dashboards, where the path to it was mistakenly given as local/sbin/ instead of sbin/
Diffstat (limited to 'bin')
-rw-r--r--bin/rt-mailgate.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rt-mailgate.in b/bin/rt-mailgate.in
index 1b27f5ac26..364b3cec5b 100644
--- a/bin/rt-mailgate.in
+++ b/bin/rt-mailgate.in
@@ -415,10 +415,10 @@ You need to route mail to C<rt-mailgate> for the queues you're
monitoring. For instance, if you're using F</etc/aliases> and you have a
"bugs" queue, you will want something like this:
- bugs: "|/opt/rt4/bin/rt-mailgate --queue bugs --action correspond
+ bugs: "|@RT_BIN_PATH_R@/rt-mailgate --queue bugs --action correspond
--url http://rt.mycorp.com/"
- bugs-comment: "|/opt/rt4/bin/rt-mailgate --queue bugs --action comment
+ bugs-comment: "|@RT_BIN_PATH_R@/rt-mailgate --queue bugs --action comment
--url http://rt.mycorp.com/"
Note that you don't have to run your RT server on your mail server, as