Innovation by sed
This commit is contained in:
parent
a9b8506b34
commit
a6f63a829e
97 changed files with 176 additions and 176 deletions
|
@ -19,7 +19,7 @@ serverinfo {
|
|||
|
||||
admin {
|
||||
name = "Here";
|
||||
description = "Charybdis testsuite server";
|
||||
description = "Solanum testsuite server";
|
||||
email = "root@localhost";
|
||||
};
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ serverinfo {
|
|||
|
||||
admin {
|
||||
name = "Here";
|
||||
description = "Charybdis testsuite server";
|
||||
description = "Solanum testsuite server";
|
||||
email = "root@localhost";
|
||||
};
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ serverinfo {
|
|||
|
||||
admin {
|
||||
name = "Here";
|
||||
description = "Charybdis testsuite server";
|
||||
description = "Solanum testsuite server";
|
||||
email = "root@localhost";
|
||||
};
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@ testdir=`pwd`
|
|||
prefix=`sed -n -e 's/^#define IRCD_PREFIX "\(.*\)"/\1/p' "$testdir/../include/setup.h"`
|
||||
[ -d $prefix ] || { echo Unable to find installation prefix; exit 1; }
|
||||
|
||||
$prefix/bin/charybdis -configfile $testdir/ircd.conf.1 -pidfile $testdir/ircd.pid.1
|
||||
$prefix/bin/charybdis -configfile $testdir/ircd.conf.2 -pidfile $testdir/ircd.pid.2
|
||||
$prefix/bin/charybdis -configfile $testdir/ircd.conf.3 -pidfile $testdir/ircd.pid.3
|
||||
$prefix/bin/solanum -configfile $testdir/ircd.conf.1 -pidfile $testdir/ircd.pid.1
|
||||
$prefix/bin/solanum -configfile $testdir/ircd.conf.2 -pidfile $testdir/ircd.pid.2
|
||||
$prefix/bin/solanum -configfile $testdir/ircd.conf.3 -pidfile $testdir/ircd.pid.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue