[Pkg-voip-commits] r6867 - /lcr/trunk/debian/patches/replace_local.patch

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Mon Mar 9 15:23:56 UTC 2009


Author: dorchain-guest
Date: Mon Mar  9 15:23:55 2009
New Revision: 6867

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6867
Log:
Eliminated one more /usr/local

Modified:
    lcr/trunk/debian/patches/replace_local.patch

Modified: lcr/trunk/debian/patches/replace_local.patch
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/replace_local.patch?rev=6867&op=diff
==============================================================================
--- lcr/trunk/debian/patches/replace_local.patch (original)
+++ lcr/trunk/debian/patches/replace_local.patch Mon Mar  9 15:23:55 2009
@@ -1,7 +1,7 @@
 Author: <joerg at dorchain.net>
 Description: Replace all occurences of local in pathnames
---- lcr-0.0.20081124.orig/Makefile.am
-+++ lcr-0.0.20081124/Makefile.am
+--- a/Makefile.am
++++ b/Makefile.am
 @@ -20,17 +20,17 @@
  ##    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  ##    Boston, MA 02110-1301, USA.
@@ -24,9 +24,9 @@
  SHAREdir=$(INSTALLdir)
  LOGdir=$(INSTALLdir)
  EXTENSIONdir=$(INSTALLdir)/extensions
---- lcr-0.0.20081124.orig/genrc.c
-+++ lcr-0.0.20081124/genrc.c
-@@ -84,12 +84,12 @@
+--- a/genrc.c
++++ b/genrc.c
+@@ -84,12 +84,12 @@ int main(void)
  
  	n = i;
  
@@ -41,8 +41,8 @@
  	if (input[0]) if (input[strlen(input)-1] != '/')
  		SCAT(input, "/");
  
---- lcr-0.0.20081124.orig/options.c
-+++ lcr-0.0.20081124/options.c
+--- a/options.c
++++ b/options.c
 @@ -19,7 +19,7 @@
  #include "options.h"
  
@@ -52,3 +52,16 @@
  	0x0000,				/* debug mode */
  	'a',				/* a-law */
  	"0",				/* national prefix */
+--- a/default/options.conf
++++ b/default/options.conf
+@@ -23,8 +23,8 @@
+ 
+ # The log file can be used to track actions by the LCR. Omit the parameter
+ # to turn off log file. By default, log file is located inside the directory
+-# "/usr/local/lcr/log".
+-#log /usr/local/lcr/log
++# "/var/log/lcr/log".
++#log /var/log/lcr/log
+ 
+ # Use "alaw" (default) or "ulaw" samples.
+ #alaw




More information about the Pkg-voip-commits mailing list