SOURCES: otrs-paths.patch - fixed for apache

blues blues at pld-linux.org
Wed Feb 11 13:21:54 CET 2009


Author: blues                        Date: Wed Feb 11 12:21:54 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed for apache

---- Files affected:
SOURCES:
   otrs-paths.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/otrs-paths.patch
diff -u SOURCES/otrs-paths.patch:1.4 SOURCES/otrs-paths.patch:1.5
--- SOURCES/otrs-paths.patch:1.4	Wed Feb 11 12:45:33 2009
+++ SOURCES/otrs-paths.patch	Wed Feb 11 13:21:48 2009
@@ -55,3 +55,16 @@
      No such file or directory! - http://bugs.otrs.org/show_bug.cgi?id=9
   - fixed HTML table bug in AdminArea::Queue (just with Netscape)
   - fixed SQL table preferences bug (use script/DBUpdate.mysql.sql)
+--- ./scripts/apache2-perl-startup.pl.org	2008-03-28 12:40:15.000000000 +0100
++++ ./scripts/apache2-perl-startup.pl	2009-02-11 13:05:06.537673495 +0100
+@@ -8,8 +8,8 @@ use warnings;
+ $ENV{MOD_PERL} =~ /mod_perl/ or die "MOD_PERL not used!";
+ 
+ # set otrs lib path!
+-use lib "/opt/otrs/";
+-use lib "/opt/otrs/Kernel/cpan-lib";
++use lib "/usr/share/otrs/";
++use lib "/usr/share/otrs/Kernel/cpan-lib";
+ 
+ # pull in things we will use in most requests so it is read and compiled
+ # exactly once
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/otrs-paths.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list