1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Add conf/modules.optional.conf. This loads all additional modules that

are not in modules.default.conf.
This commit is contained in:
Bram Matthys
2017-05-13 12:24:55 +02:00
parent 01687486f0
commit 50801f5068
2 changed files with 130 additions and 0 deletions
+1
View File
@@ -183,6 +183,7 @@ install: all
$(INSTALL) -m 0600 doc/Authors doc/coding-guidelines doc/tao.of.irc @DOCDIR@
$(INSTALL) -m 0700 -d @CONFDIR@
$(INSTALL) -m 0600 doc/conf/*.default.conf @CONFDIR@
$(INSTALL) -m 0600 doc/conf/*.optional.conf @CONFDIR@
-@if [ ! -f "@CONFDIR@/spamfilter.conf" ] ; then \
$(INSTALL) -m 0600 doc/conf/spamfilter.conf @CONFDIR@ ; \
fi