[Bps-public-commit] rt-extension-commentoncreate branch, master, updated. 0.02-1-g6b1da47

Kevin Falcone falcone at bestpractical.com
Wed Oct 26 12:28:46 EDT 2011


The branch, master has been updated
       via  6b1da47356980c31c4d054a363e02533e1611668 (commit)
      from  3426ca380e6aae9955fe18901b1fac2d66952ee2 (commit)

Summary of changes:
 README                              |    2 +-
 lib/RT/Extension/CommentOnCreate.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 6b1da47356980c31c4d054a363e02533e1611668
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Oct 26 12:25:44 2011 -0400

    Document when we need the patch

diff --git a/README b/README
index e2f42f7..c6ec649 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ INSTALLATION
         1. perl Makefile.PL
         2. make
         3. make install (may need root permissions)
-        4. patch rt
+        4. patch rt (if you're running a version less than 3.8.8)
             patch -p1 < rt.diff
         5. Edit your /opt/rt4/etc/RT_SiteConfig.pm
             Set(@Plugins, qw(RT::Extension::CommentOnCreate));
diff --git a/lib/RT/Extension/CommentOnCreate.pm b/lib/RT/Extension/CommentOnCreate.pm
index 9d92362..0aa308a 100644
--- a/lib/RT/Extension/CommentOnCreate.pm
+++ b/lib/RT/Extension/CommentOnCreate.pm
@@ -18,7 +18,7 @@ RT::Extension::CommentOnCreate - Adds an optional Comment box to Ticket Creation
     1. perl Makefile.PL
     2. make
     3. make install (may need root permissions)
-    4. patch rt
+    4. patch rt (if you're running a version less than 3.8.8)
         patch -p1 < rt.diff
     5. Edit your /opt/rt4/etc/RT_SiteConfig.pm
         Set(@Plugins, qw(RT::Extension::CommentOnCreate));

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list