aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 20:51:43 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 20:51:43 +0000
commitfdf4a3594757ca7d757a78ef20fbd3b4d9815d7b (patch)
tree4951f032297a75281ae614c5ee6caaa6af20945d /Makefile
parenta86ce0b9a816150225f08cfefd387cdfc3890c15 (diff)
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/trunk@127152 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 7fcb35482..58cc0e98b 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]" ; \