[Rt-commit] r2124 - rtir/branches/1.1-TESTING

jesse at bestpractical.com jesse at bestpractical.com
Sat Jan 22 12:06:33 EST 2005


Author: jesse
Date: Sat Jan 22 12:06:32 2005
New Revision: 2124

Modified:
   rtir/branches/1.1-TESTING/   (props changed)
   rtir/branches/1.1-TESTING/Makefile.PL
   rtir/branches/1.1-TESTING/README
Log:
 r3905 at hualien:  jesse | 2005-01-22T13:00:56.940822Z
 Fixing up install instructions
 


Modified: rtir/branches/1.1-TESTING/Makefile.PL
==============================================================================
--- rtir/branches/1.1-TESTING/Makefile.PL	(original)
+++ rtir/branches/1.1-TESTING/Makefile.PL	Sat Jan 22 12:06:32 2005
@@ -1,6 +1,5 @@
 use inc::Module::Install;
 
-
 RTx('RT-IR');
 license('GPL Version 2');
 author('Best Practical Solutions <sales at bestpractical.com>');

Modified: rtir/branches/1.1-TESTING/README
==============================================================================
--- rtir/branches/1.1-TESTING/README	(original)
+++ rtir/branches/1.1-TESTING/README	Sat Jan 22 12:06:32 2005
@@ -59,7 +59,7 @@
 REQUIRED PACKAGES:
 ------------------
 
-o   RT 3.2.2 or later, configured, installed and tested.
+o   RT 3.4.0 or later, configured, installed and tested.
 
 o   The Business::Hours module (version 0.05 or later)
 
@@ -88,11 +88,11 @@
 
 3) Type "make install".
 
-4) Add the following lines to your /opt/rt3/etc/RT_SiteConfig.pm file:
+4) Add the following lines to your RT_SiteConfig.pm file:
 
    # The RTIR config file
 
-   $RTIR_CONFIG_FILE = "/opt/rt3/etc/RTIR_Config.pm";
+   $RTIR_CONFIG_FILE = $RT::LocalEtcPath."/IR/RTIR_Config.pm";
 
    require $RTIR_CONFIG_FILE
      || die ("Couldn't load RTIR config file '$RTIR_CONFIG_FILE'\n$@");


More information about the Rt-commit mailing list