[asterisk-commits] file: trunk r44200 - in /trunk: ./
contrib/init.d/rc.redhat.asterisk
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Oct 2 12:43:01 MST 2006
Author: file
Date: Mon Oct 2 14:43:00 2006
New Revision: 44200
URL: http://svn.digium.com/view/asterisk?rev=44200&view=rev
Log:
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)
........
................
Modified:
trunk/ (props changed)
trunk/contrib/init.d/rc.redhat.asterisk
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/contrib/init.d/rc.redhat.asterisk
URL: http://svn.digium.com/view/asterisk/trunk/contrib/init.d/rc.redhat.asterisk?rev=44200&r1=44199&r2=44200&view=diff
==============================================================================
--- trunk/contrib/init.d/rc.redhat.asterisk (original)
+++ trunk/contrib/init.d/rc.redhat.asterisk Mon Oct 2 14:43:00 2006
@@ -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
More information about the asterisk-commits
mailing list