Merged revisions 136191 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

................
r136191 | tilghman | 2008-08-06 15:15:34 -0500 (Wed, 06 Aug 2008) | 12 lines

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

........

................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@136192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-08-06 20:16:13 +00:00
parent 6f7680cccf
commit b0cb09c4aa

View File

@@ -88,7 +88,7 @@ start() {
ASTARGS="$ASTARGS -G $AST_GROUP" ASTARGS="$ASTARGS -G $AST_GROUP"
fi fi
if [ $AST_CONFIG ]; then if [ $AST_CONFIG ]; then
ASTARGS="$ASTARGS -C $AST_CONFIG" ASTARGS="$ASTARGS -C $AST_CONFIG/asterisk.conf"
fi fi
daemon $DAEMON $ASTARGS daemon $DAEMON $ASTARGS
RETVAL=$? RETVAL=$?