[Pkg-voip-commits] r9871 - in /kamailio/trunk/debian: changelog kamailio.default kamailio.init

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sat Jun 30 02:42:33 UTC 2012


Author: tzafrir
Date: Sat Jun 30 02:42:32 2012
New Revision: 9871

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9871
Log:
Simpler editing of the defaults file: remmed-out by default.

Modified:
    kamailio/trunk/debian/changelog
    kamailio/trunk/debian/kamailio.default
    kamailio/trunk/debian/kamailio.init

Modified: kamailio/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/changelog?rev=9871&op=diff
==============================================================================
--- kamailio/trunk/debian/changelog (original)
+++ kamailio/trunk/debian/changelog Sat Jun 30 02:42:32 2012
@@ -67,6 +67,7 @@
   * Package kamailio-berkeley-bin for kambdb_recover. 
   * Bump standards version to 3.9.3 while we're at it.
   * plumb_md5.patch and plumb_md5_fixes.patch: avoid the RSA md5 code.
+  * Simpler editing of the defaults file: remmed-out by default.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Sat, 30 Jun 2012 01:33:17 +0200
 

Modified: kamailio/trunk/debian/kamailio.default
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/kamailio.default?rev=9871&op=diff
==============================================================================
--- kamailio/trunk/debian/kamailio.default (original)
+++ kamailio/trunk/debian/kamailio.default Sat Jun 30 02:42:32 2012
@@ -3,16 +3,16 @@
 #
 
 # Set to yes to enable kamailio, once configured properly.
-RUN_KAMAILIO=no
+#RUN_KAMAILIO=yes
 
 # User to run as
-USER=kamailio
+#USER=kamailio
 
 # Group to run as
-GROUP=kamailio
+#GROUP=kamailio
 
 # Amount of memory to allocate for the running Kamailio server (in Mb)
-MEMORY=64
+#MEMORY=64
 
 # Enable the server to leave a core file when it crashes.
 # Set this to 'yes' to enable Kamailio to leave a core file when it crashes
@@ -20,4 +20,4 @@
 # accepts 'yes' and 'no' and only in lowercase letters.
 # On some systems it is necessary to specify a directory for the core files
 # to get a dump. Look into the kamailio init file for an example configuration.
-DUMP_CORE=no
+#DUMP_CORE=yes

Modified: kamailio/trunk/debian/kamailio.init
URL: http://svn.debian.org/wsvn/pkg-voip/kamailio/trunk/debian/kamailio.init?rev=9871&op=diff
==============================================================================
--- kamailio/trunk/debian/kamailio.init (original)
+++ kamailio/trunk/debian/kamailio.init Sat Jun 30 02:42:32 2012
@@ -20,6 +20,11 @@
 PIDFILE=$HOMEDIR/$NAME.pid
 DEFAULTS=/etc/default/kamailio
 RUN_KAMAILIO=no
+USER=kamailio
+GROUP=kamailio
+# Amount of memory to allocate for the running Kamailio server (in Mb)
+MEMORY=64
+DUMP_CORE=no
 
 # Do not start kamailio if fork=no is set in the config file
 # otherwise the boot process will just stop




More information about the Pkg-voip-commits mailing list