SOURCES (DEVEL): eventum-paths.patch - set path for routed emails

glen glen at pld-linux.org
Tue Jul 19 17:15:53 CEST 2005


Author: glen                         Date: Tue Jul 19 15:15:53 2005 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- set path for routed emails

---- Files affected:
SOURCES:
   eventum-paths.patch (1.22 -> 1.22.2.1) 

---- Diffs:

================================================================
Index: SOURCES/eventum-paths.patch
diff -u SOURCES/eventum-paths.patch:1.22 SOURCES/eventum-paths.patch:1.22.2.1
--- SOURCES/eventum-paths.patch:1.22	Fri Apr 22 17:34:01 2005
+++ SOURCES/eventum-paths.patch	Tue Jul 19 17:15:47 2005
@@ -236,3 +236,14 @@
      Misc::displayRequirementErrors($errors);
      exit;
  }
+--- ../include/class.support.php~	2005-07-10 15:40:57.000000000 +0300
++++ ../include/class.support.php	2005-07-14 22:47:58.665843734 +0300
+@@ -259,7 +259,7 @@
+      */
+     function saveRoutedEmail($message)
+     {
+-        $path = APP_PATH . "misc/routed_emails/";
++        $path = "/var/lib/eventum/routed_emails/";
+         list($usec,) = explode(" ", microtime());
+         $filename = date('dmY.His.') . $usec . '.email.txt';
+         $fp = @fopen($path . $filename, 'w');
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-paths.patch?r1=1.22&r2=1.22.2.1&f=u




More information about the pld-cvs-commit mailing list