From f2e6554e790e6ee58cfa211347529d3c2203cdcd Mon Sep 17 00:00:00 2001 From: file Date: Mon, 2 Oct 2006 19:41:39 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.4@44199 f38db490-d61c-443f-a65b-d21fe96a405b --- contrib/init.d/rc.redhat.asterisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/init.d') diff --git a/contrib/init.d/rc.redhat.asterisk b/contrib/init.d/rc.redhat.asterisk index 32dc8e0c6..9ce3ca4e7 100755 --- a/contrib/init.d/rc.redhat.asterisk +++ b/contrib/init.d/rc.redhat.asterisk @@ -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 -- cgit v1.2.3