mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
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
This commit is contained in:
2
Makefile
2
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" ; \
|
||||
|
Reference in New Issue
Block a user