aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-10 06:56:36 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-01-10 06:56:36 +0000
commitb7ec076367502fec756d6667c99e12ac6fad43d1 (patch)
treeb05f0998fe10fcdfcc43e8026af094d03085afb1 /Makefile
parent070bfb9327314991b8f9362907b8aacc3f707bd0 (diff)
It's been long enough -- make the behavior introduced in 1.6 the default.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@239000 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2cae111b3..ac304dc9a 100644
--- a/Makefile
+++ b/Makefile
@@ -745,10 +745,10 @@ samples: adsi
echo ";astctlgroup = apache" ; \
echo ";astctl = asterisk.ctl" ; \
echo "" ; \
- echo "[compat]" ; \
- echo "pbx_realtime=1.6" ; \
- echo "res_agi=1.6" ; \
- echo "app_set=1.6" ; \
+ echo ";[compat]" ; \
+ echo ";pbx_realtime=1.6" ; \
+ echo ";res_agi=1.6" ; \
+ echo ";app_set=1.6" ; \
) > $(DESTDIR)$(ASTCONFPATH) ; \
else \
echo "Skipping asterisk.conf creation"; \