[Pkg-voip-commits] r6188 - in /asterisk/trunk/debian: asterisk.init changelog

lmamane at alioth.debian.org lmamane at alioth.debian.org
Wed Sep 10 09:29:25 UTC 2008


Author: lmamane
Date: Wed Sep 10 09:29:25 2008
New Revision: 6188

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6188
Log:
/etc/init.d/asterisk: Use the value of AST_DUMPCORE_DIR if it is a
 directory, not if the value of DUMPCORE_DIR is a directory.

Modified:
    asterisk/trunk/debian/asterisk.init
    asterisk/trunk/debian/changelog

Modified: asterisk/trunk/debian/asterisk.init
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/asterisk.init?rev=6188&op=diff
==============================================================================
--- asterisk/trunk/debian/asterisk.init (original)
+++ asterisk/trunk/debian/asterisk.init Wed Sep 10 09:29:25 2008
@@ -74,7 +74,7 @@
 	then
 		echo "$CORE_PATTERN" >/proc/sys/kernel/core_pattern
 	fi
-	if [ -d "$DUMPCORE_DIR" ]
+	if [ -d "$AST_DUMPCORE_DIR" ]
 	then
 		CHDIR_PARM="--chdir $AST_DUMPCORE_DIR"
 	fi

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=6188&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Wed Sep 10 09:29:25 2008
@@ -19,11 +19,13 @@
   * Patch fix_zap_no_timing_source: hopefully fixes 491310
 
   [ Lionel Elie Mamane ]
-  * /etc/default/asterisk: Bring comments on AST_DUMPCORE in sync with
+  * /etc/default/asterisk: Bring comments on AST_DUMPCORE_DIR in sync with
     reality of implementation in /etc/init.d/asterisk. Change suggested
     CORE_PATTERN to more secure ones.
-
- -- Lionel Elie Mamane <lmamane at debian.org>  Wed, 10 Sep 2008 03:19:34 +0200
+  * /etc/init.d/asterisk: Use the value of AST_DUMPCORE_DIR if it is a
+    directory, not if the value if DUMPCORE_DIR is a directory.
+
+ -- Lionel Elie Mamane <lmamane at debian.org>  Wed, 10 Sep 2008 11:28:33 +0200
 
 asterisk (1:1.4.21.2~dfsg-1) unstable; urgency=high
 




More information about the Pkg-voip-commits mailing list