]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Do not install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used...
authorJD Horelick <redacted>
Sat, 4 Dec 2010 22:29:01 +0000 (17:29 -0500)
committerJD Horelick <redacted>
Sat, 4 Dec 2010 22:29:01 +0000 (17:29 -0500)
doc/Makefile.in

index 29250552bd3ff31fb2fee223f356f642d51d1de0..5d48353c6b12eeb81353d32dc91106d5f74f8c3d 100644 (file)
@@ -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); \