[interchange-cvs] interchange - heins modified scripts/interchange.PL

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sat Apr 26 11:01:00 2003


User:      heins
Date:      2003-04-26 15:00:51 GMT
Modified:  scripts  interchange.PL
Log:
* Change /usr/sbin/sendmail to be preferred over /usr/lib/sendmail as
  suggested by Toni Mueller.

Revision  Changes    Path
2.71      +2 -2      interchange/scripts/interchange.PL


rev 2.71, prev_rev 2.70
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.70
retrieving revision 2.71
diff -u -r2.70 -r2.71
--- interchange.PL	18 Apr 2003 00:51:53 -0000	2.70
+++ interchange.PL	26 Apr 2003 15:00:51 -0000	2.71
@@ -3,7 +3,7 @@
 #
 # Interchange version 4.9.7
 #
-# $Id: interchange.PL,v 2.70 2003/04/18 00:51:53 mheins Exp $
+# $Id: interchange.PL,v 2.71 2003/04/26 15:00:51 mheins Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. and others.
 # http://www.icdevgroup.org/
@@ -152,8 +152,8 @@
 $Global::SendMailLocation = '' if ! $Global::SendMailLocation;
 $Global::SendMailLocation = ($Global::Windows and $Global::SendMailLocation) ||
 	($Global::SendMailLocation and -x $Global::SendMailLocation and $Global::SendMailLocation) ||
-	(-x '/usr/lib/sendmail' and '/usr/lib/sendmail') ||
 	(-x '/usr/sbin/sendmail' and '/usr/sbin/sendmail') ||
+	(-x '/usr/lib/sendmail' and '/usr/lib/sendmail') ||
 	'';
 #	'~_~sendmail~_~';