summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-05-11 21:15:30 +0000
committerJason Parker <jparker@digium.com>2007-05-11 21:15:30 +0000
commitcdfa29e2b1a4dd789c6f35b4d90814a19edadc66 (patch)
treee761e22618154cf1fd5f732d17cd9c47dab3806e /Makefile
parent8b5634e4b47f763c788190c94e689242c03a663c (diff)
Better fallback method for autosystemname.
Issue 9713, patch by Juggie with minor mods by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64012 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae4b0464c..aa7de5aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -545,7 +545,7 @@ samples: adsi
echo ";[options]" ; \
echo ";internal_timing = yes" ; \
echo ";systemname = my_system_name ; prefix uniqueid with a system name for global uniqueness issues" ; \
- echo ";autosystemname = yes ; automatically set systemname to hostname - uses 'localhost' on failure" ; \
+ echo ";autosystemname = yes ; automatically set systemname to hostname - uses 'localhost' on failure, or systemname if set" ; \
echo "; Changing the following lines may compromise your security." ; \
echo ";[files]" ; \
echo ";astctlpermissions = 0660" ; \