1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-10-24 18:47:39 +00:00

- Dokumentation aktualisiert.

This commit is contained in:
Alexander Barton
2002-09-23 22:07:42 +00:00
parent 870fa2797c
commit 9d928b240b
4 changed files with 15 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
# ngIRCd Test Suite
# $Id: start-server.sh,v 1.8 2002/09/20 14:46:55 alex Exp $
# $Id: start-server.sh,v 1.9 2002/09/23 22:07:42 alex Exp $
[ -z "$srcdir" ] && srcdir=`dirname $0`
echo " starting server ..."

View File

@@ -1,6 +1,8 @@
#!/bin/sh
# ngIRCd Test Suite
# $Id: stop-server.sh,v 1.7 2002/09/20 14:46:55 alex Exp $
# $Id: stop-server.sh,v 1.8 2002/09/23 22:07:42 alex Exp $
[ -z "$srcdir" ] && srcdir=`dirname $0`
echo " stopping server ..."

View File

@@ -1,8 +1,10 @@
#!/bin/sh
# ngIRCd Test Suite
# $Id: stress-server.sh,v 1.5 2002/09/23 20:54:17 alex Exp $
# $Id: stress-server.sh,v 1.6 2002/09/23 22:07:43 alex Exp $
CLIENTS=5
[ -z "$srcdir" ] && srcdir=`dirname $0`
[ $1 -gt 0 ] 2> /dev/null && CLIENTS=$1 || CLIENTS=5
name=`basename $0`
test=`echo ${name} | cut -d '.' -f 1`