File: starter.startup

package info (click to toggle)
tango 10.0.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 89,484 kB
  • sloc: cpp: 201,245; sh: 1,645; python: 953; java: 800; perl: 467; javascript: 447; xml: 325; makefile: 269; sql: 72; ruby: 24
file content (25 lines) | stat: -rwxr-xr-x 499 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh
#
#
TANGO_HOME=/segfs/tango/release
export TANGO_HOME
#
MY_OS=`uname`
export MY_OS

BIN_DIR=`/csadmin/common/scripts/get_os`
LD_LIBRARY_PATH=$TANGO_HOME/$BIN_DIR/lib:/lib:/usr/lib:/usr/local/lib
export LD_LIBRARY_PATH

#
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
HOST=`hostname`;	export HOST

#export ORBtraceLevel=40

echo "bin/$BIN_DIR/Starter $HOST $1"

#./bin/$BIN_DIR/Starter $HOST $1 2>&1 |tee /segfs/tango/tmp/starter_splash

./bin/$BIN_DIR/Starter $HOST $1