[svn-commits] qwell: branch 1.6.0 r127153 - in /branches/1.6.0: ./ Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 1 15:52:10 CDT 2008


Author: qwell
Date: Tue Jul  1 15:52:09 2008
New Revision: 127153

URL: http://svn.digium.com/view/asterisk?view=rev&rev=127153
Log:
Merged revisions 127152 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r127152 | qwell | 2008-07-01 15:51:43 -0500 (Tue, 01 Jul 2008) | 7 lines

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:
    branches/1.6.0/   (props changed)
    branches/1.6.0/Makefile

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/Makefile?view=diff&rev=127153&r1=127152&r2=127153
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Tue Jul  1 15:52:09 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 svn-commits mailing list