doc: Example configuration renamed to ircd.conf.example

This is to follow the precident set by Atheme's atheme.conf.example file. Since the ircd now fails to start on a non-existant configuration file, seeing that message would make one know where to look.
This commit is contained in:
Quora Dodrill 2013-07-09 20:01:16 -07:00
parent 35bfe0e644
commit e3b534df81
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ automoduledir = @moduledir@/autoload
mandir = @mandir@/man8
MANPAGES = ircd.8
CONFS = example.conf reference.conf
CONFS = ircd.conf.example reference.conf
SSL_LIBS = @SSL_LIBS@
SSL_INCLUDES = @SSL_INCLUDES@