summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-01-10 06:56:36 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-01-10 06:56:36 +0000
commit5e0762370c09ddc3d835b8f7418f7d25cfd4450d (patch)
treeb05f0998fe10fcdfcc43e8026af094d03085afb1 /Makefile
parent31e93b286514c6ba23089e22afbb10389713df07 (diff)
It's been long enough -- make the behavior introduced in 1.6 the default.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"; \