aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-11 21:16:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-11 21:16:34 +0000
commit3003507d1cfbb748fcae7abb0c5db44a0251326c (patch)
treeef1bb195aeb6dbe4c24b31928a7d67fcb87eab85 /Makefile
parent58f2c51d0993f843e9be781fcf0af1aec8a88429 (diff)
Flagify hold (bug #3456)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5010 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d4362e1d4..a26f11e01 100755
--- a/Makefile
+++ b/Makefile
@@ -494,6 +494,13 @@ samples: all datafiles adsi
echo "astspooldir => $(ASTSPOOLDIR)" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
echo "astrundir => $(ASTVARRUNDIR)" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
echo "astlogdir => $(ASTLOGDIR)" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo "" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo "; Changing the following lines may compromise your security." >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo ";[files]" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo ";astctlpermissions = 0660" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo ";astctlowner = root" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo ";astctlgroup = apache" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
+ echo ";astctl = asterisk.ctl" >> $(DESTDIR)$(ASTETCDIR)/asterisk.conf ; \
else \
echo "Skipping asterisk.conf creation"; \
fi