Enlightenment CVS committal

Author  : raster
Module  : CVSROOT

Dir     : CVSROOT


Modified Files:
        ciabot.pl 


Log Message:


sendmail path

===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ciabot.pl   3 Nov 2003 00:40:22 -0000       1.3
+++ ciabot.pl   3 Nov 2003 01:30:20 -0000       1.4
@@ -24,7 +24,7 @@
 # Note that the last three parameters are optional, you can alternatively change
 # the defaults below in the configuration section.
 #
-# $Id: ciabot.pl,v 1.3 2003/11/03 00:40:22 raster Exp $
+# $Id: ciabot.pl,v 1.4 2003/11/03 01:30:20 raster Exp $
 
 use strict;
 use vars qw ($project $from_email $dest_email @sendmail $max_lines $max_files
@@ -48,7 +48,7 @@
 # Path to your sendmail binary. If you have it at a different place (and
 # outside of $PATH), add your location at the start of the list. By all means
 # keep the trailing empty string in the array.
[EMAIL PROTECTED] = ('sendmail', '/usr/lib/sendmail', '/usr/sbin/sendmail', '');
[EMAIL PROTECTED] = ('/usr/sbin/sendmail', 'sendmail', '/usr/lib/sendmail', 
'/usr/sbin/sendmail', '');
 
 # The maximal number of lines the log message should have.
 $max_lines = 6;




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to