[Pkg-voip-commits] r3488 - in freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian: . patches

Diego Iastrubni elcuco-guest at alioth.debian.org
Thu Apr 26 07:02:02 UTC 2007


Author: elcuco-guest
Date: 2007-04-26 07:02:02 +0000 (Thu, 26 Apr 2007)
New Revision: 3488

Added:
   freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/
   freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/00list
   freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/fix-path.dpatch
Modified:
   freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/changelog
Log:
fix the path used for includes. it's 

-define("AGIBIN_DIR", '/var/lib/asterisk/agi-bin/');
+define("AGIBIN_DIR", dirname(__FILE__));

reported upstream as http://freepbx.org/trac/ticket/1913



Modified: freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/changelog
===================================================================
--- freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/changelog	2007-04-26 06:18:23 UTC (rev 3487)
+++ freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/changelog	2007-04-26 07:02:02 UTC (rev 3488)
@@ -1,3 +1,9 @@
+freepbx-module-pbdirectory (2.2-0.3-2) unstable; urgency=low
+
+  * Fixed the path of the agi scripts
+
+ -- Diego Iastrubni <diego.iastrubni at xorcom.com>  Thu, 26 Apr 2007 09:56:38 +0300
+
 freepbx-module-pbdirectory (2.2-0.3-1) unstable; urgency=low
 
   * First release.

Added: freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/00list
===================================================================
--- freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/00list	2007-04-26 06:18:23 UTC (rev 3487)
+++ freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/00list	2007-04-26 07:02:02 UTC (rev 3488)
@@ -0,0 +1 @@
+fix-path

Added: freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/fix-path.dpatch
===================================================================
--- freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/fix-path.dpatch	2007-04-26 06:18:23 UTC (rev 3487)
+++ freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/fix-path.dpatch	2007-04-26 07:02:02 UTC (rev 3488)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix-path.dpatch by Diego Iastrubni <diego.iastrubni at xorcom.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad freepbx-module-pbdirectory~/agi-bin/pbdirectory freepbx-module-pbdirectory/agi-bin/pbdirectory
+--- freepbx-module-pbdirectory~/agi-bin/pbdirectory	2007-04-02 11:21:33.000000000 +0300
++++ freepbx-module-pbdirectory/agi-bin/pbdirectory	2007-04-26 09:54:53.000000000 +0300
+@@ -17,8 +17,7 @@
+ 
+ */
+ 
+-//define("AGIBIN_DIR", dirname(__FILE__));
+-define("AGIBIN_DIR", '/var/lib/asterisk/agi-bin/');
++define("AGIBIN_DIR", dirname(__FILE__));
+ 
+ // set to 1 to say "zed" instead of "zee"
+ define("SAY_ZED",0);


Property changes on: freepbx/modules-2.2/modules/freepbx-module-pbdirectory/debian/patches/fix-path.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list