aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 20:02:11 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 20:02:11 +0000
commitd72005502a7d75ae87f0acdd5e2e5a27def8c946 (patch)
tree6dc63e29c477263b29ea54d2a24b125fd2fe67e7
parent1bf78cf488cc64da8684f6492e601c5b40b9c1a5 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@44212 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xcontrib/init.d/rc.redhat.asterisk2
1 files changed, 1 insertions, 1 deletions
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