Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
tools/smoketest.sh: Remove DNSBL external dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jillest committed Jul 14, 2012
1 parent 96d5791 commit bdad42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdad42f

Please sign in to comment.