Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a9d301f9c69065092b76535fa0650565 > files > 3

rt3-3.8.8-4.fc14.src.rpm

--- rt-3.8.8.orig/etc/RT_SiteConfig.pm	2010-05-05 22:09:21.000000000 +0200
+++ rt-3.8.8/etc/RT_SiteConfig.pm	2010-05-07 07:30:57.000000000 +0200
@@ -12,8 +12,19 @@
 # going to run into trouble. To check your SiteConfig file, use
 # this comamnd:
 #
-#   perl -c /path/to/your/etc/RT_SiteConfig.pm
+#   perl -c /etc/rt3/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( $RTAddressRegexp, '(^rt3.*\@example\.com$)' );
+
+# Set( $WebBaseURL , "http://localhost");
+
+Set( $WebPath , "/rt3");
+
 1;