| Lines 27-30 were replaced by lines 27-34 |
| - to the other server. This is done via the macro commands connect_sea |
| - and connect_sics, using the remote object (remob) system. If the |
| - connection is successful, for all objects listed in the variable |
| - env_object_list on sea, remob objects are created on sics. |
| + to the other server. For this, the following lines have to be |
| + included into the sics startup script: |
| + {{{ |
| + source $home/sea/tcl/remob.tcl |
| + connect_sea |
| + }}} |
| + If the connection is successful, remob objects are created on sics |
| + for all objects listed in the variable env_object_list on sea. |
| Line 32 was replaced by lines 36-37 |
| - |
| + |
| + |