aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-06 20:16:13 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-06 20:16:13 +0000
commitdf9d5f1ae4f850b774c53189e1a58cb0dad1719b (patch)
tree51423e5f53ee273dfe52228145bec1a9ce2fe3af /contrib
parent960672cbcce21b85ea3b0671d915178efa48952b (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.0@136192 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 aeaa8f15e..d2a630ea4 100755
--- a/contrib/init.d/rc.redhat.asterisk
+++ b/contrib/init.d/rc.redhat.asterisk
@@ -88,7 +88,7 @@ start() {
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=$?