浏览代码

now use Apache::DBI by default

Michael van Elst 23 年之前
父节点
当前提交
660cb90c0d
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 1
      rt/rt.spec
  2. 1 0
      rt/rtapache.conf

+ 2 - 1
rt/rt.spec

@@ -39,7 +39,7 @@ Distribution: OpenPKG [JUNK]
 Group:        Database
 License:      GPL
 Version:      %{V_here}
-Release:      20030127
+Release:      20030128
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Log/Log-Dispatch-%{V_log_dispatch}.tar.gz
@@ -311,4 +311,5 @@ AutoReqProv:  no
         rm -f $RPM_INSTALL_PREFIX/var/rt/mason-session/*
         rm -f -r $RPM_INSTALL_PREFIX/var/rt/mason-data/*
         rm -f $RPM_INSTALL_PREFIX/var/rt/log/*
+        rm -f $RPM_INSTALL_PREFIX/var/rt/run/apache.pid
     fi

+ 1 - 0
rt/rtapache.conf

@@ -26,6 +26,7 @@ Allow             from all
 </Directory>
 
 <IfModule mod_perl.c>
+PerlModule  Apache::DBI
 PerlRequire @l_prefix@/cgi/rt/webmux.pl
 <Location />
     SetHandler perl-script