use pkill instead of killall to be more portable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@147266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak
2008-10-07 18:00:48 +00:00
parent 702ab90240
commit 5797763dcf
2 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ run_asterisk()
sleep $SLEEPSECS
if [ $KILLALLMPG123 ]
then
killall -9 mpg123
pkill -9 mpg123
fi
done
}