[asterisk-commits] qwell: trunk r127152 - /trunk/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 1 15:51:43 CDT 2008
Author: qwell
Date: Tue Jul 1 15:51:43 2008
New Revision: 127152
URL: http://svn.digium.com/view/asterisk?view=rev&rev=127152
Log:
Fix a typo that caused this asterisk.conf to not get correctly generated.
(closes issue #12966)
Reported by: ibc
Patches:
12966.patch uploaded by bkruse (license 132)
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=127152&r1=127151&r2=127152
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jul 1 15:51:43 2008
@@ -680,7 +680,7 @@
echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \
echo ";runuser = asterisk ; The user to run as" ; \
echo ";rungroup = asterisk ; The group to run as" ; \
- echo "dahdichanname = yes" ; Set channel name as DAHDI\
+ echo "dahdichanname = yes ; Set channel name as DAHDI" ; \
echo "" ; \
echo "; Changing the following lines may compromise your security." ; \
echo ";[files]" ; \
More information about the asterisk-commits
mailing list