Index: contrib/init.d/rc.redhat.asterisk =================================================================== --- contrib/init.d/rc.redhat.asterisk (revision 42839) +++ contrib/init.d/rc.redhat.asterisk (working copy) @@ -38,7 +38,7 @@ . /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