Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* Modified socknal to...
[fs/lustre-release.git]
/
lustre
/
portals
/
tests
/
stopclient.sh
1
#!/bin/sh
2
3
SIMPLE=${SIMPLE:-1}
4
5
if [ $SIMPLE -eq 0 ]; then
6
PING=spingcli
7
else
8
PING=pingcli
9
fi
10
11
rmmod $PING
12
NAL=`cat /tmp/nal`;
13
rmmod $NAL
14
rmmod portals