Changeset 531


Ignore:
Timestamp:
Oct 4, 2006 7:51:35 AM (18 years ago)
Author:
mmc
Message:

Fixed the nanoVIS launching script to insulate against
dependencies on clerk and other NFS file systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/start_server

    r514 r531  
    11#!/bin/sh
     2
     3# insulate ourselves from clerk and other NFS filesystems
     4OLDPWD=/tmp
     5export OLDPWD
     6HOME=/tmp
     7export HOME
     8cd $HOME
    29
    310DISPLAY=:0
     
    1017export LD_LIBRARY_PATH
    1118
    12 /opt/nanovis/bin/nanoscale -l 4000 -b 4001 -s 172.18.3.255 -c /opt/nanovis/bin/nanovis > /dev/null 2>&1
     19exec /opt/nanovis/bin/nanoscale -l 4000 -b 4001 -s 172.18.3.255 -c /opt/nanovis/bin/nanovis > /dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.