diff --git a/INSTALL b/INSTALL index 84889aea..c11e942d 100644 --- a/INSTALL +++ b/INSTALL @@ -17,7 +17,7 @@ 1. 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. 2. diff --git a/doc/index.txt b/doc/index.txt index 7714a026..3d8766b6 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -6,7 +6,7 @@ CIDR.txt - Description of CIDR in IPv4 Tao-of-IRC.940110 - No comment... challenge.txt - Overview of the challenge/response system for 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 guidelines.txt - Documentation guidelines hooks.txt - Overview of the hooks available diff --git a/tools/smoketest.sh b/tools/smoketest.sh index 8cd521ef..26de0228 100755 --- a/tools/smoketest.sh +++ b/tools/smoketest.sh @@ -32,7 +32,7 @@ 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 + etc/ircd.conf.example >etc/ircd.conf || exit 2 bin/ircd || exit 2 ircdpid=$(cat etc/ircd.pid) || exit 2 cd "$dir" || exit 2