[Rt-commit] r12196 - in rtfm/branches/2.2-RELEASE: inc/Module/Install inc/Module/Install/RTx
falcone at bestpractical.com
falcone at bestpractical.com
Fri May 9 16:37:43 EDT 2008
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" => ''
);
More information about the Rt-commit
mailing list