]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
We should be using $AST_SBIN instead of hardcoding the path for the error message...
authorJoshua Colp <jcolp@digium.com>
Mon, 2 Oct 2006 19:39:59 +0000 (19:39 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 2 Oct 2006 19:39:59 +0000 (19:39 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@44198 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/init.d/rc.redhat.asterisk

index 32dc8e0c69700ed030690fd3fd4c460fe7eb5f93..9ce3ca4e732179c4c8c185d0217a734472376d3b 100755 (executable)
@@ -38,7 +38,7 @@ AST_SBIN=/usr/sbin
 . /etc/rc.d/init.d/functions
 
 if ! [ -x $AST_SBIN/asterisk ] ; then
-       echo "ERROR: /usr/sbin/asterisk not found"
+       echo "ERROR: $AST_SBIN/asterisk not found"
        exit 0
 fi