Whamcloud - gitweb
Move portals into its own CVS module for HEAD.
[fs/lustre-release.git] / lustre / portals / tests / stopserver.sh
diff --git a/lustre/portals/tests/stopserver.sh b/lustre/portals/tests/stopserver.sh
deleted file mode 100644 (file)
index 3e81831..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-SIMPLE=${SIMPLE:-1}
-
-if [ $SIMPLE -eq 0 ]; then
-       PING=spingsrv
-else
-       PING=pingsrv
-fi
-
-rmmod $PING
-NAL=`cat /tmp/nal`;
-rmmod $NAL
-killall -9 acceptor
-rm -f /var/run/acceptor-9999.pid
-rmmod portals