From 3003507d1cfbb748fcae7abb0c5db44a0251326c Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 11 Feb 2005 21:16:34 +0000 Subject: Flagify hold (bug #3456) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5010 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3