Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > eebf88dc5c0c79989b4eafd7ff2d0223 > files > 5

rt-4.0.8-6.mga3.src.rpm

--- rt-4.0.4/etc/RT_SiteConfig.pm~	2011-11-10 22:53:30.000000000 +0200
+++ rt-4.0.4/etc/RT_SiteConfig.pm	2011-11-21 10:08:22.000000000 +0200
@@ -23,4 +23,8 @@
 # There should only be one @Plugins declaration in your config file.
 #Set(@Plugins,(qw(RT::Extension::QuickDelete RT::Extension::CommandByMail)));
 
+# Basic options that should be set. For more, see 'perldoc /etc/rt/RT_Config.pm'
+# Set( $Organization , "example.com");
+# Set( $Timezone , 'US/Eastern');
+Set( $WebPath , "/rt3");
 1;