[Rt-commit] r3245 - in rt/branches/3.4-RELEASE: . etc

alexmv at bestpractical.com alexmv at bestpractical.com
Thu Jun 23 17:43:58 EDT 2005


Author: alexmv
Date: Thu Jun 23 17:43:57 2005
New Revision: 3245

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
Log:
 r4483 at zoq-fot-pik:  chmrr | 2005-06-23 17:46:18 -0400
 RT-Ticket: 6782
 RT-Update: correspond
 RT-Status: resolved
 
  * Fix perl invocation; thanks to Kim Toms <kim.toms at gmail.com>


Modified: rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm	(original)
+++ rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm	Thu Jun 23 17:43:57 2005
@@ -12,7 +12,7 @@
 # going to run into trouble. To check your SiteConfig file, use
 # this comamnd:
 #
-#   perl -C /path/to/your/etc/RT_SiteConfig.pm
+#   perl -c /path/to/your/etc/RT_SiteConfig.pm
 
 Set( $rtname, 'example.com');
 


More information about the Rt-commit mailing list