From e609b4070c0affe767e4617a652fcc211597885d Mon Sep 17 00:00:00 2001 From: Automerge script Date: Mon, 2 Oct 2006 20:02:11 +0000 Subject: [PATCH] automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@44212 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/init.d/rc.redhat.asterisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init.d/rc.redhat.asterisk b/contrib/init.d/rc.redhat.asterisk index 32dc8e0c69..9ce3ca4e73 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