[rt-devel] RT 2.1.50

Andrew Snare ASnare at allshare.nl
Fri Nov 29 10:39:57 EST 2002


At 01:39 AM 26/11/2002 -0500, you wrote:
>RT 2.1.50 should fix the instalation issues people have reported, as
>well as add a new dutch translation from Jos Boumans. (And there are a
>couple other bug fixes in there too).
>
>It's out now.

The testdeps for Postresql are still broken (also in 2.1.51) due to a typo. 
The fix is:

--- rt-2-1-51/sbin/testdeps     2002-11-26 18:34:54.000000000 +0100
+++ rt-2-1-51-ajs/sbin/testdeps 2002-11-29 16:38:32.000000000 +0100
@@ -155,7 +155,7 @@
  $deps{'ORACLE'} = [ _( << '.') ];
  DBD::Oracle
  .
-$deps{'POSTGRESQL'} => [ _( << '.') ];
+$deps{'POSTGRESQL'} = [ _( << '.') ];
  DBD::Pg
  .

Cheers,

  - Andrew





More information about the Rt-devel mailing list