Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Request Tracker: Commit

r12196 - in rtfm/branches/2.2-RELEASE: inc/Module/Install inc/Module/Install/RTx

 

 

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded


falcone at bestpractical

May 9, 2008, 1:37 PM

Post #1 of 1 (25 views)
Permalink
r12196 - in rtfm/branches/2.2-RELEASE: inc/Module/Install inc/Module/Install/RTx

Author: falcone
Date: Fri May 9 16:37:17 2008
New Revision: 12196

Modified:
rtfm/branches/2.2-RELEASE/ (props changed)
rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx.pm
rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx/Factory.pm

Log:
r32412[at]ketch: falcone | 2008-05-09 16:34:17 -0400
* upgrade Module::Install::RTx to work with 3.8


Modified: rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx.pm
==============================================================================
--- rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx.pm (original)
+++ rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx.pm Fri May 9 16:37:17 2008
@@ -8,7 +8,7 @@

use Module::Install::Base;
use base 'Module::Install::Base';
-our $VERSION = '0.22';
+our $VERSION = '0.23';

use FindBin;
use File::Glob ();

Modified: rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx/Factory.pm
==============================================================================
--- rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx/Factory.pm (original)
+++ rtfm/branches/2.2-RELEASE/inc/Module/Install/RTx/Factory.pm Fri May 9 16:37:17 2008
@@ -31,7 +31,7 @@
"$RT::SbinPath/rt-setup-database",
"--action" => $action,
"--datadir" => "etc",
- "--datafile" => "etc/initialdata",
+ (($action eq 'insert') ? ("--datafile" => "etc/initialdata") : ()),
"--dba" => $RT::DatabaseUser,
"--prompt-for-dba-password" => ''
);
_______________________________________________
Rt-commit mailing list
Rt-commit[at]lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit

Request Tracker commit RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.