Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > c38f804c944a8c64e794319782836e38 > files > 2

rt3-3.8.7-2.fc13.src.rpm

--- rt-3.8.4.orig/etc/RT_SiteConfig.pm	2009-06-10 20:40:36.000000000 +0200
+++ rt-3.8.4/etc/RT_SiteConfig.pm	2009-06-18 08:06:24.000000000 +0200
@@ -15,5 +15,14 @@
 #   perl -c /path/to/your/etc/RT_SiteConfig.pm
 
 Set( $rtname, 'example.com');
-#Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));
+
+# Set( $Organization , "example.com");
+
+# Look into the zoneinfo database for valid values (/usr/share/zoneinfo/)
+# Set( $Timezone , 'US/Eastern');
+
+# Set( $WebBaseURL , "http://localhost");
+
+Set( $WebPath , "/rt3");
+
 1;