]> jfr.im git - irc/rqf/shadowircd.git/commit
Add explicit support for being installed into a system triggered with --enable-fhs...
authorNathan Phillip Brink <redacted>
Thu, 1 Mar 2012 04:16:29 +0000 (23:16 -0500)
committerJD Horelick <redacted>
Thu, 1 Mar 2012 04:16:29 +0000 (23:16 -0500)
commite8da6ccee609386b3eeb5dab978646c0d89eed8e
tree0f5da8fe6f888f1da4c175a428e148a309671110
parent9d8184bd872cf5244023e04156ef91527acb4b8c
Add explicit support for being installed into a system triggered with --enable-fhs-paths.
Add two mechanism for avoiding name-collisions in a system-wide installation of charybdis. The ssld and bandb daemons, intended to be directly used by ircd and not the user, install into libexec when --enable-fhs-paths is set. For binaries which are meant to be in PATH (bindir), such as ircd and viconf, there is now an option --with-program-prefix=progprefix inspired by automake. If the user specifies --with-program-prefix=charybdis, the ircd binary is named charybdisircd when installed. Add support for saving the pidfile to a rundir and storing the ban database in localstatedir instead of in sysconfdir. This is, again, conditional on --enable-fhs-paths. Fix(?) genssl.sh to always write created SSL key/certificate/dh parameters to the sysconfdir specified during ./configure. The previous behavior was to assume that the user ran genssl.sh after ensuring that his current working directory was either sysconfdir or a sibling directory of sysconfdir.
19 files changed:
.gitignore
Makefile.in
aclocal.m4
bandb/Makefile.in
configure.ac
doc/Makefile.in
extensions/Makefile.in
help/Makefile.in
include/config.h
libratbox/acinclude.m4
modules/Makefile.in
src/Makefile.in
src/bandbi.c
src/sslproc.c
ssld/Makefile.in
tools/Makefile.in
tools/genssl.sh [deleted file]
tools/genssl.sh.in [new file with mode: 0644]
tools/viconf.c