[asterisk-commits] tilghman: trunk r136191 - in /trunk: ./ contrib/init.d/rc.redhat.asterisk
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Aug 6 15:15:34 CDT 2008
Author: tilghman
Date: Wed Aug 6 15:15:34 2008
New Revision: 136191
URL: http://svn.digium.com/view/asterisk?view=rev&rev=136191
Log:
Merged revisions 136190 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r136190 | tilghman | 2008-08-06 15:14:54 -0500 (Wed, 06 Aug 2008) | 4 lines
-C option takes a filename, not a directory path.
(closes issue #13007)
Reported by: klaus3000
........
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?view=diff&rev=136191&r1=136190&r2=136191
==============================================================================
--- trunk/contrib/init.d/rc.redhat.asterisk (original)
+++ trunk/contrib/init.d/rc.redhat.asterisk Wed Aug 6 15:15:34 2008
@@ -88,7 +88,7 @@
ASTARGS="$ASTARGS -G $AST_GROUP"
fi
if [ $AST_CONFIG ]; then
- ASTARGS="$ASTARGS -C $AST_CONFIG"
+ ASTARGS="$ASTARGS -C $AST_CONFIG/asterisk.conf"
fi
daemon $DAEMON $ASTARGS
RETVAL=$?
More information about the asterisk-commits
mailing list