Skip to content
Snippets Groups Projects
Commit 6a0fa4e3 authored by Gregory Nietsky's avatar Gregory Nietsky
Browse files

Merged revisions 337902 via svnmerge from

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

................
  r337902 | irroot | 2011-09-23 21:18:14 +0200 (Fri, 23 Sep 2011) | 10 lines
  
  Merged revisions 337898 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r337898 | irroot | 2011-09-23 21:14:30 +0200 (Fri, 23 Sep 2011) | 4 lines
    
    
    Spelling fix
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@337910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b4d8f26e
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ case "$1" in ...@@ -44,7 +44,7 @@ case "$1" in
;; ;;
stop) stop)
if [ -r ${ASTVARRUNDIR}/asterisk.pid ]; then if [ -r ${ASTVARRUNDIR}/asterisk.pid ]; then
stat_busy "Stoping Asterisk..." stat_busy "Stopping Asterisk..."
${DAEMON} -rx "core stop now" > /dev/null 2&>1 ${DAEMON} -rx "core stop now" > /dev/null 2&>1
if [ $? -gt 0 ]; then if [ $? -gt 0 ]; then
stat_fail stat_fail
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment