Innovation by sed

This commit is contained in:
Ed Kellett 2020-10-15 15:51:12 +01:00
parent a9b8506b34
commit a6f63a829e
No known key found for this signature in database
GPG key ID: CB9986DEF342FABC
97 changed files with 176 additions and 176 deletions

View file

@ -19,7 +19,7 @@ serverinfo {
admin {
name = "Here";
description = "Charybdis testsuite server";
description = "Solanum testsuite server";
email = "root@localhost";
};

View file

@ -19,7 +19,7 @@ serverinfo {
admin {
name = "Here";
description = "Charybdis testsuite server";
description = "Solanum testsuite server";
email = "root@localhost";
};

View file

@ -19,7 +19,7 @@ serverinfo {
admin {
name = "Here";
description = "Charybdis testsuite server";
description = "Solanum testsuite server";
email = "root@localhost";
};

View file

@ -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