[Pkg-voip-commits] r8218 - /opensips/trunk/debian/patches/01_mempool.dpatch

jesusch-guest at alioth.debian.org jesusch-guest at alioth.debian.org
Thu Mar 18 13:26:42 UTC 2010


Author: jesusch-guest
Date: Thu Mar 18 13:26:41 2010
New Revision: 8218

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8218
Log:
opensips: Updated mempool patch

Modified:
    opensips/trunk/debian/patches/01_mempool.dpatch

Modified: opensips/trunk/debian/patches/01_mempool.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/patches/01_mempool.dpatch?rev=8218&op=diff
==============================================================================
--- opensips/trunk/debian/patches/01_mempool.dpatch (original)
+++ opensips/trunk/debian/patches/01_mempool.dpatch Thu Mar 18 13:26:41 2010
@@ -1,19 +1,19 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_mempool.dpatch by  <root at vm01.nfon.net>
+## 01_mempool.dpatch by  <jesusch at jes-o-x2>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: No description.
 
 @DPATCH@
-diff -urNad trunk~/config.h trunk/config.h
---- trunk~/config.h     2009-10-16 02:39:35.000000000 +0200
-+++ trunk/config.h      2010-02-16 23:51:52.000000000 +0100
+diff -urNad opensips-1.6.2~/config.h opensips-1.6.2/config.h
+--- opensips-1.6.2~/config.h	2010-03-18 14:19:48.000000000 +0100
++++ opensips-1.6.2/config.h	2010-03-18 14:23:42.000000000 +0100
 @@ -114,7 +114,7 @@
-
+ 
  #define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
-
--#define PKG_MEM_POOL_SIZE 1024*1024            /*!< Used only if PKG_MALLOC is defined*/
-+#define PKG_MEM_POOL_SIZE 8*1024*1024          /*!< Used only if PKG_MALLOC is defined*/
- #define SHM_MEM_SIZE 32                                /*!< Used if SH_MEM is defined*/
-
- #define TIMER_TICK   1                         /*!< one second */
+ 
+-#define PKG_MEM_POOL_SIZE 1024*1024		/*!< Used only if PKG_MALLOC is defined*/
++#define PKG_MEM_POOL_SIZE 8*1024*1024		/*!< Used only if PKG_MALLOC is defined*/
+ #define SHM_MEM_SIZE 32				/*!< Used if SH_MEM is defined*/
+ 
+ #define TIMER_TICK   1  			/*!< one second */




More information about the Pkg-voip-commits mailing list