[asterisk-commits] file: branch 1.4 r53114 - /branches/1.4/Makefile
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Fri Feb  2 08:29:36 MST 2007
    
    
  
Author: file
Date: Fri Feb  2 09:29:35 2007
New Revision: 53114
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53114
Log:
Add systemname to asterisk.conf generation per recent discussions about it. (issue #8968 reported by blitzrage)
Modified:
    branches/1.4/Makefile
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=53114&r1=53113&r2=53114
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Feb  2 09:29:35 2007
@@ -533,6 +533,7 @@
 		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" ; \
    
    
More information about the asterisk-commits
mailing list