[asterisk-commits] tilghman: branch 1.4 r69744 - in /branches/1.4: ./ contrib/scripts/safe_asterisk

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


Author: tilghman
Date: Mon Jun 18 12:46:40 2007
New Revision: 69744

URL: http://svn.digium.com/view/asterisk?view=rev&rev=69744
Log:
Merged revisions 69743 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r69743 | tilghman | 2007-06-18 12:45:15 -0500 (Mon, 18 Jun 2007) | 2 lines

Issue 9998 - Remove SIG prefix, since it's not supported by ksh

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/contrib/scripts/safe_asterisk

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/contrib/scripts/safe_asterisk
URL: http://svn.digium.com/view/asterisk/branches/1.4/contrib/scripts/safe_asterisk?view=diff&rev=69744&r1=69743&r2=69744
==============================================================================
--- branches/1.4/contrib/scripts/safe_asterisk (original)
+++ branches/1.4/contrib/scripts/safe_asterisk Mon Jun 18 12:46:40 2007
@@ -99,7 +99,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