summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-02 15:30:12 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-02 15:30:12 +0000
commit2c7ede79de67612342e49bbbdbd176229d34fb1c (patch)
treed3b709ebf0dd84db6d6a5fcfa3c1daf90a89abda /Makefile
parent880e319b7a95a847ab154b76776fd6241afe36f6 (diff)
Merged revisions 53114 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53114 | file | 2007-02-02 09:29:35 -0600 (Fri, 02 Feb 2007) | 2 lines Add systemname to asterisk.conf generation per recent discussions about it. (issue #8968 reported by blitzrage) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53115 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 776778071..f716ed9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -540,6 +540,7 @@ samples: adsi
echo "" ; \
echo ";[options]" ; \
echo ";internal_timing = yes" ; \
+ echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \
echo "; Changing the following lines may compromise your security." ; \
echo ";[files]" ; \
echo ";astctlpermissions = 0660" ; \