[Rt-commit] r13078 - rt/branches/3.8-TESTING/share/html/Install
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jun 9 16:52:38 EDT 2008
Author: sunnavy
Date: Mon Jun 9 16:52:37 2008
New Revision: 13078
Modified:
rt/branches/3.8-TESTING/share/html/Install/Sendmail.html
Log:
check if sendmail exists
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 Mon Jun 9 16:52:37 2008
@@ -81,6 +81,10 @@
}
}
+ unless ( -e $ARGS{SendmailPath} ) {
+ push @results, "$ARGS{SendmailPath} doesn't exist.";
+ }
+
unless ( @results ) {
my ( $status, $msg ) = RT::Installer->SaveConfig;
More information about the Rt-commit
mailing list