aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 19:43:00 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 19:43:00 +0000
commitd53f50c44d459e16b7242db787d5508d1d269c38 (patch)
treea6a9b998e527c3c9db57f79e181b7f60ca7a840c /contrib
parentec81a6f866d47d738ef96cab9cfc4e092d76b042 (diff)
Merged revisions 44199 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r44199 | file | 2006-10-02 15:41:39 -0400 (Mon, 02 Oct 2006) | 10 lines 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/trunk@44200 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-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