]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Replace hardcoded paths with configurable ones
authorChrisTX <xpipe@hotmail.de>
Sun, 23 Sep 2012 10:30:30 +0000 (12:30 +0200)
committerattilamolnar <attilamolnar@hush.com>
Thu, 4 Oct 2012 13:14:04 +0000 (15:14 +0200)
commitc2f7fc047c2e5bbb899c820590ce07fee593b28f
treedca97896004c71a484d6dd189e78e40732a5f041
parent6f5414e1bf63228471e078f29a5889f44e598a8c
Replace hardcoded paths with configurable ones

This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario.

Changes in detail:
configure: Add the options --log-path and --data-path
m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro
m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be
changed using the configuration files.
configure
docs/conf/modules.conf.example
make/configure.pm
make/template/inspircd
make/template/main.mk
src/helperfuncs.cpp
src/inspircd.cpp
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_openssl.cpp
src/modules/m_xline_db.cpp
win/configure.cpp