Index: openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl,v diff -u -N -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl 21 Apr 2017 15:50:24 -0000 1.9.2.2 +++ openacs-4/packages/acs-developer-support/tcl/acs-developer-support-init.tcl 30 Jun 2017 17:26:20 -0000 1.9.2.3 @@ -12,7 +12,7 @@ nsv_set ds_properties enabled_p [parameter::get -package_id [ds_instance_id] -parameter EnabledOnStartupP -default 0] - # Take the IP list (space or comma separated) and turn it into a tcl list. + # Take the IP list (space or comma separated) and turn it into a Tcl list. set IPs [list] foreach ip [lsort -unique [split [parameter::get -package_id [ds_instance_id] -parameter EnabledIPs -default *] { ,}]] { if {$ip eq "*"} {