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

Mailing List Archive: Request Tracker: Commit

r12201 - in rtfm/branches/2.3-EXPERIMENTAL: inc/Module/Install inc/Module/Install/RTx

 

 

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


falcone at bestpractical

May 9, 2008, 1:49 PM

Post #1 of 1 (29 views)
Permalink
r12201 - in rtfm/branches/2.3-EXPERIMENTAL: inc/Module/Install inc/Module/Install/RTx

Author: falcone
Date: Fri May 9 16:49:06 2008
New Revision: 12201

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

Log:
r32419[at]ketch: falcone | 2008-05-09 16:48:33 -0400
r32414[at]ketch (orig r12196): falcone | 2008-05-09 16:37:17 -0400
r32412[at]ketch: falcone | 2008-05-09 16:34:17 -0400
* upgrade Module::Install::RTx to work with 3.8




Modified: rtfm/branches/2.3-EXPERIMENTAL/inc/Module/Install/RTx.pm
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/inc/Module/Install/RTx.pm (original)
+++ rtfm/branches/2.3-EXPERIMENTAL/inc/Module/Install/RTx.pm Fri May 9 16:49:06 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.3-EXPERIMENTAL/inc/Module/Install/RTx/Factory.pm
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/inc/Module/Install/RTx/Factory.pm (original)
+++ rtfm/branches/2.3-EXPERIMENTAL/inc/Module/Install/RTx/Factory.pm Fri May 9 16:49:06 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.