added removal of the pk12 lock file

added option -all to clean all commonly used QA machines to work
around a problem, that left lock files on all the machines
This commit is contained in:
sonmi%netscape.com 2001-08-09 20:55:24 +00:00
Родитель c1dc328465
Коммит 21ba42ba45
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -107,6 +107,17 @@ esac
nt_warning
case $1 in
-all)
for w in tommy y2sun2 kentuckyderby galileo shame axilla columbus \
smarch charm hp64 biggayal orville kwyjibo hbombaix raven \
jordan hornet phaedrus louie box dbldog huey washer dryer \
shabadoo trex bummer compaqtor
do
echo $w
ping $w && rsh $w '/u/sonmi/bin/qaclean'
done
;;
?*)
rsh $1 '/u/sonmi/bin/qaclean'
exit
@ -129,4 +140,5 @@ kill_the_rest 3
ls -l ${TMP}/nsstmp.*
rm ${TMP}/nsstmp.* 2>/dev/null
rm ${TMP}/certutilout.* 2>/dev/null
rm ${TMP}/Pk12*
nt_warning