mirror of
https://github.com/osmarks/ngircd.git
synced 2025-06-08 17:34:10 +00:00
- CLIENTS-Konstante unter IRIX vermindet.
This commit is contained in:
parent
508fa48aa6
commit
34bdaaa33f
@ -1,12 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# ngIRCd Test Suite
|
# ngIRCd Test Suite
|
||||||
# $Id: stress-server.sh,v 1.3 2002/09/13 06:11:19 alex Exp $
|
# $Id: stress-server.sh,v 1.4 2002/09/16 09:54:17 alex Exp $
|
||||||
|
|
||||||
if [ `uname` = "Darwin" ]; then
|
if [ `uname` = "Darwin" -o `uname` = "IRIX" -o `uname` = "IRIX64" ]; then CLIENTS=5
|
||||||
CLIENTS=20
|
else CLIENTS=50; fi
|
||||||
else
|
|
||||||
CLIENTS=50
|
|
||||||
fi
|
|
||||||
|
|
||||||
name=`basename $0`
|
name=`basename $0`
|
||||||
test=`echo ${name} | cut -d '.' -f 1`
|
test=`echo ${name} | cut -d '.' -f 1`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user