]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add systemname to asterisk.conf generation per recent discussions about it. (issue...
authorJoshua Colp <jcolp@digium.com>
Fri, 2 Feb 2007 15:29:35 +0000 (15:29 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 2 Feb 2007 15:29:35 +0000 (15:29 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53114 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index e6f55a46e3b9d91a006dc981e57178d52347f638..0c460428d3cf446e127fa1f7ed98a9941a9244b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -533,6 +533,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" ; \