Chase change from example.conf to ircd.conf.example in various places.

This commit is contained in:
Jilles Tjoelker 2014-06-12 23:36:06 +02:00
parent 1db8e00714
commit f6b62c59bb
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
1. 1.
Read the NEWS file to find out about the exciting new features in Read the NEWS file to find out about the exciting new features in
this version. Other good reads are BUGS, doc/example.conf, and this version. Other good reads are BUGS, doc/ircd.conf.example, and
README.FIRST. README.FIRST.
2. 2.

View file

@ -6,7 +6,7 @@ CIDR.txt - Description of CIDR in IPv4
Tao-of-IRC.940110 - No comment... Tao-of-IRC.940110 - No comment...
challenge.txt - Overview of the challenge/response system for challenge.txt - Overview of the challenge/response system for
obtaining operator status obtaining operator status
example.conf - An example ircd.conf file describing most of the ircd.conf.example - An example ircd.conf file describing most of the
user settable options user settable options
guidelines.txt - Documentation guidelines guidelines.txt - Documentation guidelines
hooks.txt - Overview of the hooks available hooks.txt - Overview of the hooks available

View file

@ -32,7 +32,7 @@ port=$(date +50%S)
sed -e '/^serverinfo/,/^}/s/name = ".*";/name = "'"$servername"'";/' \ sed -e '/^serverinfo/,/^}/s/name = ".*";/name = "'"$servername"'";/' \
-e '/^listen/,/^}/s/port = .*;/port = '"$port"';/' \ -e '/^listen/,/^}/s/port = .*;/port = '"$port"';/' \
-e '/^blacklist/,/^}/s/^/#/' \ -e '/^blacklist/,/^}/s/^/#/' \
etc/example.conf >etc/ircd.conf || exit 2 etc/ircd.conf.example >etc/ircd.conf || exit 2
bin/ircd || exit 2 bin/ircd || exit 2
ircdpid=$(cat etc/ircd.pid) || exit 2 ircdpid=$(cat etc/ircd.pid) || exit 2
cd "$dir" || exit 2 cd "$dir" || exit 2