aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 20:52:09 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 20:52:09 +0000
commitfdf092858f3346a6e6c880b9d9c0b38eef4802a7 (patch)
tree3a999c36b94a23d8c2ac31c0590d7931c9fe934f /Makefile
parenta413a171faf64274994f654d27fe70dbf349c4b2 (diff)
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) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@127153 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 406c4108d..9a2687b21 100644
--- a/Makefile
+++ b/Makefile
@@ -680,7 +680,7 @@ samples: adsi
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]" ; \