Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 13a2a9df0937bd10a7cc928c40017945 > files > 4

rt3-3.8.1-3mdv2009.0.src.rpm

--- rt-3.8.1.orig/etc/RT_SiteConfig.pm	2008-08-18 17:14:12.000000000 +0200
+++ rt-3.8.1/etc/RT_SiteConfig.pm	2008-09-08 16:43:16.000000000 +0200
@@ -15,5 +15,14 @@
 #   perl -c /path/to/your/etc/RT_SiteConfig.pm
 
 Set( $rtname, 'example.com');
-#Set(@Plugins,(qw(Extension::QuickDelete)));
+
+# 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;