[Rt-commit] r12029 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Fri May 2 19:42:42 EDT 2008


Author: sartak
Date: Fri May  2 19:42:42 2008
New Revision: 12029

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in

Log:
 r54831 at Macintosh:  sartak | 2008-05-02 19:42:09 -0400
 Finish moving rt-email-dashboards to sbin


Modified: rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-email-dashboards.in	Fri May  2 19:42:42 2008
@@ -440,7 +440,7 @@
 
 =head1 SYNOPSIS
 
-    /opt/rt3/local/bin/rt-email-dashboards [options]
+    /opt/rt3/local/sbin/rt-email-dashboards [options]
 
 =head1 DESCRIPTION
 
@@ -456,7 +456,7 @@
 You'll need to have cron run this script every hour. Here's an example crontab
 entry to do this.
 
-    0 * * * * /usr/bin/perl /opt/rt3/local/bin/rt-email-dashboards
+    0 * * * * @PERL@ /opt/rt3/local/sbin/rt-email-dashboards
 
 This will run the script every hour on the hour. This may need some further
 tweaking to be run as the correct user.


More information about the Rt-commit mailing list