]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/stop-server.sh
- ps wird nun (hoffentlich portabler) jeweils mit "ax" aufgerufen.
[ngircd-alex.git] / src / testsuite / stop-server.sh
index 7cacc83e4e456e910726a2ab74faf44da4562ec0..b649c9c9d0ec5ff1d2f07af17b3aaec1d93b20c1 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 # ngIRCd Test Suite
-# $Id: stop-server.sh,v 1.2 2002/09/12 02:27:47 alex Exp $
+# $Id: stop-server.sh,v 1.3 2002/09/13 06:04:49 alex Exp $
 
 echo "      stopping server ..."
 
-ps a > procs.tmp
+ps ax > procs.tmp
 pid=`cat procs.tmp | grep ngircd-TEST | awk "{ print \\\$1 }"`
 kill $pid > /dev/null 2>&1