From: <abe...@us...> - 2014-06-23 15:16:37
|
Revision: 6564 http://sourceforge.net/p/astlinux/code/6564 Author: abelbeck Date: 2014-06-23 15:16:29 +0000 (Mon, 23 Jun 2014) Log Message: ----------- asterisk, the -I option is no longer used Modified Paths: -------------- branches/1.0/package/asterisk/asterisk.init Modified: branches/1.0/package/asterisk/asterisk.init =================================================================== --- branches/1.0/package/asterisk/asterisk.init 2014-06-23 15:03:40 UTC (rev 6563) +++ branches/1.0/package/asterisk/asterisk.init 2014-06-23 15:16:29 UTC (rev 6564) @@ -139,12 +139,12 @@ fi if [ -f /etc/asterisk/extensions.conf ]; then - # Work around uclibc bug + ulimit -s unlimited if [ "$SAFE_ASTERISK" = "yes" ]; then - safe_asterisk -p -I + safe_asterisk -p else - asterisk -p -I + asterisk -p fi # Wait for asterisk to startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |