Merged revisions 69744 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

................
r69744 | tilghman | 2007-06-18 12:46:40 -0500 (Mon, 18 Jun 2007) | 10 lines

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

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69746 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-06-18 17:50:01 +00:00
parent 30600f053f
commit 3d6db3c4af

View File

@@ -99,7 +99,7 @@ fi
#
# 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