[Pkg-voip-commits] r3702 - in freepbx/trunk/debian: . patches

elcuco-guest at alioth.debian.org elcuco-guest at alioth.debian.org
Sun Jul 1 15:02:36 UTC 2007


Author: elcuco-guest
Date: 2007-07-01 15:02:36 +0000 (Sun, 01 Jul 2007)
New Revision: 3702

Modified:
   freepbx/trunk/debian/changelog
   freepbx/trunk/debian/patches/fix-agibin-dir.dpatch
Log:
Fixed fix-agibin-dir.dpatch: log path was wrong. Patch made by  
"Dermot Bradley" <dermot.bradley at sla-mobile.com>. Nice catch, thanks!



Modified: freepbx/trunk/debian/changelog
===================================================================
--- freepbx/trunk/debian/changelog	2007-06-30 09:51:59 UTC (rev 3701)
+++ freepbx/trunk/debian/changelog	2007-07-01 15:02:36 UTC (rev 3702)
@@ -1,7 +1,14 @@
 freepbx (2.2.2~dfsg-1) UNRELEASED; urgency=low
-
+  
+  [ Diego Iastrubni ]
   * New upstream release
+  * Removed obsolete patches
+  * System recordings are not saved in the sounds/custom directory 
+    instead of /tmp/ (to be commited upstream "soon")
 
+  [ Dermot Bradley ]
+  * Fixed fix-agibin-dir: log path was wrong
+
  -- Diego Iastrubni <diego.iastrubni at xorcom.com>  Tue, 26 Jun 2007 14:25:11 +0300
 
 

Modified: freepbx/trunk/debian/patches/fix-agibin-dir.dpatch
===================================================================
--- freepbx/trunk/debian/patches/fix-agibin-dir.dpatch	2007-06-30 09:51:59 UTC (rev 3701)
+++ freepbx/trunk/debian/patches/fix-agibin-dir.dpatch	2007-07-01 15:02:36 UTC (rev 3702)
@@ -14,7 +14,7 @@
  $agi = new AGI;
  
 -if (DEBUG) $logfile = fopen("/tmp/directory.log","w");
-+if (DEBUG) $logfile = fopen("/var/asterisk/log/directory.log","w");
++if (DEBUG) $logfile = fopen("/var/log/asterisk/directory.log","w");
  
  $vmconf = array();
  $null = null;




More information about the Pkg-voip-commits mailing list