[asterisk-commits] tilghman: branch 1.2 r69743 - /branches/1.2/contrib/scripts/safe_asterisk

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jun 18 12:45:15 CDT 2007


Author: tilghman
Date: Mon Jun 18 12:45:15 2007
New Revision: 69743

URL: http://svn.digium.com/view/asterisk?view=rev&rev=69743
Log:
Issue 9998 - Remove SIG prefix, since it's not supported by ksh

Modified:
    branches/1.2/contrib/scripts/safe_asterisk

Modified: branches/1.2/contrib/scripts/safe_asterisk
URL: http://svn.digium.com/view/asterisk/branches/1.2/contrib/scripts/safe_asterisk?view=diff&rev=69743&r1=69742&r2=69743
==============================================================================
--- branches/1.2/contrib/scripts/safe_asterisk (original)
+++ branches/1.2/contrib/scripts/safe_asterisk Mon Jun 18 12:45:15 2007
@@ -39,7 +39,7 @@
 #
 # Don't die if stdout/stderr can't be written to
 #
-trap '' SIGPIPE
+trap '' PIPE
 
 #
 # Run scripts to set any environment variables or do any other system-specific setup needed




More information about the asterisk-commits mailing list