[Rt-commit] r13025 - in rt/branches/3.8-TESTING: share/html/Install

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat Jun 7 09:06:15 EDT 2008


Author: sunnavy
Date: Sat Jun  7 09:06:15 2008
New Revision: 13025

Modified:
   rt/branches/3.8-TESTING/lib/RT/Installer.pm
   rt/branches/3.8-TESTING/share/html/Install/Sendmail.html

Log:
screw mail command: we only want sendmailpipe

Modified: rt/branches/3.8-TESTING/lib/RT/Installer.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Installer.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Installer.pm	Sat Jun  7 09:06:15 2008
@@ -171,12 +171,6 @@
             Description => 'Correspond address',             #loc
         },
     },
-    MailCommand => {
-        Widget          => '/Widgets/Form/String',
-        WidgetArguments => {
-            Description => 'Mail command',                   #loc
-        },
-    },
     SendmailArguments => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {

Modified: rt/branches/3.8-TESTING/share/html/Install/Sendmail.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Install/Sendmail.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Install/Sendmail.html	Sat Jun  7 09:06:15 2008
@@ -66,7 +66,7 @@
 <%init>
 my @results;
 
-my @Types = qw/MailCommand SendmailArguments SendmailBounceArguments SendmailPath/;
+my @Types = qw/SendmailArguments SendmailBounceArguments SendmailPath/;
 
 if ( $Run ) {
 


More information about the Rt-commit mailing list