7e612d4
From abe19fcddf23c61c4ba5f4bc627cf70ea74ac21f Mon Sep 17 00:00:00 2001
7e612d4
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu@fedoraproject.org>
7e612d4
Date: Sat, 19 Jan 2013 08:28:35 +0100
7e612d4
Subject: [PATCH 1/6] Add Fedora configuration.
7e612d4
7e612d4
---
7e612d4
 etc/RT_SiteConfig.pm | 7 ++++---
7e612d4
 1 file changed, 4 insertions(+), 3 deletions(-)
7e612d4
7e612d4
diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
7e612d4
index 4d2ef35..0c09743 100755
7e612d4
--- a/etc/RT_SiteConfig.pm
7e612d4
+++ b/etc/RT_SiteConfig.pm
7e612d4
@@ -10,13 +10,14 @@
7e612d4
 #
7e612d4
 # The converse is also true, if this file isn't valid perl, you're
7e612d4
 # going to run into trouble. To check your SiteConfig file, use
7e612d4
-# this comamnd:
7e612d4
+# this command:
7e612d4
 #
7e612d4
-#   perl -c /path/to/your/etc/RT_SiteConfig.pm
7e612d4
+#   perl -c /etc/rt/RT_SiteConfig.pm
7e612d4
 #
7e612d4
 # You must restart your webserver after making changes to this file.
7e612d4
 
7e612d4
-Set( $rtname, 'example.com');
7e612d4
+Set($rtname, 'example.com');
7e612d4
+Set($WebPath, '/rt');
7e612d4
 
7e612d4
 # You must install Plugins on your own, this is only an example
7e612d4
 # of the correct syntax to use when activating them.
7e612d4
-- 
7e612d4
1.9.3
7e612d4