From: Andr? L. A. <st...@us...> - 2004-05-19 17:30:43
|
Update of /cvsroot/uts/uts/src/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22146/etc Modified Files: secd teld uts_defaults Removed Files: camd Log Message: File rearrangement. Index: uts_defaults =================================================================== RCS file: /cvsroot/uts/uts/src/etc/uts_defaults,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** uts_defaults 11 Mar 2004 21:40:43 -0000 1.2 --- uts_defaults 19 May 2004 17:30:32 -0000 1.3 *************** *** 1,3 **** ! UTS_DIR=/data1/indus/andre/uts UTS_BIN=$UTS_DIR/bin UTS_ETC=$UTS_DIR/etc --- 1,3 ---- ! UTS_DIR=/usr UTS_BIN=$UTS_DIR/bin UTS_ETC=$UTS_DIR/etc *************** *** 5,7 **** export UTS_DIR export PATH="$PATH:$UTS_BIN" ! export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$UTS_DIR/lib" --- 5,7 ---- export UTS_DIR export PATH="$PATH:$UTS_BIN" ! #export LD_LIBRARY_PATH="/lib/tls:/lib:/usr/lib:$UTS_DIR/lib" --- camd DELETED --- Index: teld =================================================================== RCS file: /cvsroot/uts/uts/src/etc/teld,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** teld 11 Mar 2004 22:22:55 -0000 1.3 --- teld 19 May 2004 17:30:32 -0000 1.4 *************** *** 5,9 **** # Starts the Telescope daemon # ! # chkconfig: 4 43 60 # description: Controls thje telescope. # processname: Spm --- 5,9 ---- # Starts the Telescope daemon # ! # chkconfig: 3 43 60 # description: Controls thje telescope. # processname: Spm Index: secd =================================================================== RCS file: /cvsroot/uts/uts/src/etc/secd,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** secd 5 Mar 2004 20:05:10 -0000 1.4 --- secd 19 May 2004 17:30:32 -0000 1.5 *************** *** 5,9 **** # Starts the Socket Secretary daemon # ! # chkconfig: 4 41 61 # description: Run socket secretaries for each instrument. --- 5,9 ---- # Starts the Socket Secretary daemon # ! # chkconfig: 3 41 61 # description: Run socket secretaries for each instrument. *************** *** 24,28 **** echo -n 'Starting Socket Secretary daemons... ' #daemon $UTS_BIN/runsecs.sh ! for INST in `ls -1 $UTS_ETC/*.conf`; do daemon $UTS_BIN/sec -d $INST; done --- 24,28 ---- echo -n 'Starting Socket Secretary daemons... ' #daemon $UTS_BIN/runsecs.sh ! for INST in `ls -1 $UTS_ETC/sec/*.conf`; do daemon $UTS_BIN/sec -d $INST; done |