Do not install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used anymore.
This commit is contained in:
parent
3e742e4d22
commit
b0e752b0f9
|
@ -31,7 +31,6 @@ mandir = @mandir@/man8
|
|||
MANPAGES = ircd.8
|
||||
|
||||
CONFS = example.conf reference.conf
|
||||
DEFAULTCONFS = kline.conf dline.conf xline.conf resv.conf
|
||||
|
||||
SSL_LIBS = @SSL_LIBS@
|
||||
SSL_INCLUDES = @SSL_INCLUDES@
|
||||
|
@ -63,13 +62,6 @@ install: install-mkdirs build
|
|||
$(INSTALL_DATA) $$i $(DESTDIR)$(confdir); \
|
||||
done
|
||||
|
||||
@for i in $(DEFAULTCONFS); do \
|
||||
if test ! -f $(DESTDIR)$(confdir)/$$i; then \
|
||||
echo "ircd: creating config file ($$i)"; \
|
||||
${TOUCH} $(DESTDIR)$(confdir)/$$i; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
-@if test ! -f $(DESTDIR)$(confdir)/ircd.motd; then \
|
||||
echo "ircd: installing motd file (ircd.motd)"; \
|
||||
$(INSTALL_DATA) ircd.motd $(DESTDIR)$(confdir); \
|
||||
|
|
Loading…
Reference in New Issue