[Rt-commit] r11866 - rt/branches/3.8-TESTING/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 24 02:14:59 EDT 2008


Author: sunnavy
Date: Thu Apr 24 02:14:57 2008
New Revision: 11866

Modified:
   rt/branches/3.8-TESTING/html/installation/Sendmail.html
   rt/branches/3.8-TESTING/html/installation/index.html

Log:
removed obsolete indicating installed or not stuff

Modified: rt/branches/3.8-TESTING/html/installation/Sendmail.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Sendmail.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Sendmail.html	Thu Apr 24 02:14:57 2008
@@ -110,7 +110,6 @@
             for ( keys %{$RT::Installer->{InstallConfig}} ) {
                  print $fh "Set( \$$_, '$RT::Installer->{InstallConfig}{$_}' );\n";
             }
-            print $fh "Set( \$Installed, 1 );\n";
             print $fh "1;\n";
             close $fh;
 

Modified: rt/branches/3.8-TESTING/html/installation/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/index.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/index.html	Thu Apr 24 02:14:57 2008
@@ -75,10 +75,6 @@
     my $file = File::Spec->catfile( $RT::EtcPath, 'RT_SiteConfig.pm' );
     $locked = 1 unless -w $file;
     
-    if ( $RT::Installed && ! $Force ) {
-        push @results, "Seems you've already run this wizard";
-    }
-    
     if ( $locked ) {
         push @results, "Config file $file is locked";
     }
@@ -98,7 +94,6 @@
 </%init>
 
 <%args>
-$Force => 0
 $Run => 0
 </%args>
 


More information about the Rt-commit mailing list