steffen: server/perl-kolab/Kolab-Mailer Mailer.pm, 1.3, 1.3.2.1 Makefile.am, 1.1, NONE

cvs at intevation.de cvs at intevation.de
Tue Jul 19 03:32:41 CEST 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Mailer
In directory doto:/tmp/cvs-serv31903/Kolab-Mailer

Modified Files:
      Tag: kolab_2_0_branch
	Mailer.pm 
Removed Files:
      Tag: kolab_2_0_branch
	Makefile.am 
Log Message:
lets stick to the pre-autoperl version for the 2.0-branch

Index: Mailer.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Mailer/Mailer.pm,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- Mailer.pm	11 Jun 2005 09:40:43 -0000	1.3
+++ Mailer.pm	19 Jul 2005 01:32:39 -0000	1.3.2.1
@@ -3,7 +3,7 @@
 ##
 ##  Copyright (c) 2003  Code Fusion cc
 ##
-##    Writen by Stuart Bing� <s.binge at codefusion.co.za>
+##    Writen by Stuart Bingë  <s.binge at codefusion.co.za>
 ##
 ##  This  program is free  software; you can redistribute  it and/or
 ##  modify it  under the terms of the GNU  General Public License as
@@ -27,7 +27,6 @@
 use MIME::Body;
 
 require Exporter;
-require "config.h";
 
 our @ISA = qw(Exporter);
 
@@ -68,7 +67,7 @@
         $mesg->attach(Data => $data);
     }
 
-    open(SENDMAIL, '|' . $Kolab::config{'prefix'} . $ap::config->{sbindir} . '/sendmail -oi -t -odq');
+    open(SENDMAIL, '|' . $Kolab::config{'prefix'} . '/sbin/sendmail -oi -t -odq');
     $mesg->print(\*SENDMAIL);
     close(SENDMAIL);
 }
@@ -87,7 +86,7 @@
         Data    => $text,
     );
 
-    open(SENDMAIL, '|' . $Kolab::config{'prefix'} . $ap::config->{sbindir} . '/sendmail -oi -t -odq');
+    open(SENDMAIL, '|' . $Kolab::config{'prefix'} . '/sbin/sendmail -oi -t -odq');
     $mesg->print(\*SENDMAIL);
     close(SENDMAIL);
 }
@@ -107,7 +106,7 @@
 
 =head1 AUTHOR
 
-Stuart Bing� E<lt>s.binge at codefusion.co.zaE<gt>
+Stuart Bingë, E<lt>s.binge at codefusion.co.zaE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 

--- Makefile.am DELETED ---





More information about the commits mailing list