home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
BNCHMARK
/
SVRBENCH
/
UW21
/
UW21S.TAR
/
svr_cln
< prev
next >
Wrap
Text File
|
1996-03-15
|
355b
|
18 lines
echo "executing svr_cln" # first char not #, so use Bourne shell
# svr_cln - execute cleanup files after abnormal termination of master
if test -x svr_ipc
then # remove any shared memory or semaphores left over
cat svr_ipc
./svr_ipc
rm svr_ipc
fi
if test -x svr_pth
then # remove any data files left over
cat svr_pth
./svr_pth
rm svr_pth
fi