Skip to content
Snippets Groups Projects
Commit e7e85a84 authored by Joshua Colp's avatar Joshua Colp
Browse files

Merged revisions 44199 via svnmerge from

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

................
r44199 | file | 2006-10-02 15:41:39 -0400 (Mon, 02 Oct 2006) | 10 lines

Merged revisions 44198 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r44198 | file | 2006-10-02 15:39:59 -0400 (Mon, 02 Oct 2006) | 2 lines

We should be using $AST_SBIN instead of hardcoding the path for the error message (issue #7942 reported by eclubb)

........

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


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b4ef9599
Branches
Tags
No related merge requests found
...@@ -38,7 +38,7 @@ AST_SBIN=/usr/sbin ...@@ -38,7 +38,7 @@ AST_SBIN=/usr/sbin
. /etc/rc.d/init.d/functions . /etc/rc.d/init.d/functions
if ! [ -x $AST_SBIN/asterisk ] ; then if ! [ -x $AST_SBIN/asterisk ] ; then
echo "ERROR: /usr/sbin/asterisk not found" echo "ERROR: $AST_SBIN/asterisk not found"
exit 0 exit 0
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment