automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@21678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-04-19 22:05:55 +00:00
parent f73cbceaf6
commit 37a6092b27
2 changed files with 18 additions and 3 deletions

View File

@@ -34,9 +34,17 @@ fi
#
ulimit -c unlimited
#launch_asterisk()
#{
#}
#
# Run scripts to set any environment variables or do any other system-specific setup needed
#
if [ -d /etc/asterisk/startup.d ]; then
for script in /etc/asterisk/startup.d/*.sh; do
if [ -x ${script} ]; then
source ${script}
fi
done
fi
run_asterisk()
{