|
From: Will P. <pa...@us...> - 2007-04-09 13:17:20
|
Update of /cvsroot/ark/sidai/package In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv305/package Modified Files: net-config.xml Log Message: updates Index: net-config.xml =================================================================== RCS file: /cvsroot/ark/sidai/package/net-config.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** net-config.xml 18 Apr 2005 09:27:00 -0000 1.23 --- net-config.xml 9 Apr 2007 13:17:19 -0000 1.24 *************** *** 106,109 **** --- 106,110 ---- <param name="site_netmasks"></param> + <param name="special_localhost_names"></param> <param name="minimal_hosts_table">0</param> <param name="important_external_hosts_table"></param> *************** *** 123,126 **** --- 124,130 ---- extra_args.append('site_netmasks='+site_netmasks) + if special_localhost_names != '': + extra_args.append('special_localhost_names='+special_localhost_names) + if minimal_hosts_table != '0': extra_args.append('minimal_hosts_table='+minimal_hosts_table) |