[svn-commits] file: branch 1.4 r44199 - in /branches/1.4: ./ contrib/init.d/rc.redhat.asterisk

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Oct 2 12:41:39 MST 2006


Author: file
Date: Mon Oct  2 14:41:39 2006
New Revision: 44199

URL: http://svn.digium.com/view/asterisk?rev=44199&view=rev
Log:
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:
    branches/1.4/   (props changed)
    branches/1.4/contrib/init.d/rc.redhat.asterisk

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/contrib/init.d/rc.redhat.asterisk
URL: http://svn.digium.com/view/asterisk/branches/1.4/contrib/init.d/rc.redhat.asterisk?rev=44199&r1=44198&r2=44199&view=diff
==============================================================================
--- branches/1.4/contrib/init.d/rc.redhat.asterisk (original)
+++ branches/1.4/contrib/init.d/rc.redhat.asterisk Mon Oct  2 14:41:39 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 svn-commits mailing list