0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-13 16:33:53 +01:00

tools/smoketest.sh: Remove DNSBL external dependency.

This commit is contained in:
Jilles Tjoelker 2012-07-14 14:51:55 +02:00
parent 96d5791220
commit bdad42f050

View file

@ -31,6 +31,7 @@ servername=smoke$(date +%Y%m%d%H%M%S).test
port=$(date +50%S)
sed -e '/^serverinfo/,/^}/s/name = ".*";/name = "'"$servername"'";/' \
-e '/^listen/,/^}/s/port = .*;/port = '"$port"';/' \
-e '/^blacklist/,/^}/s/^/#/' \
etc/example.conf >etc/ircd.conf || exit 2
bin/ircd || exit 2
ircdpid=$(cat etc/ircd.pid) || exit 2