49bdc9676c
An irc daeemon based on Bahamut and hybrid-7 PR: 37764 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
--- doc/Makefile.in.orig Sun May 5 11:01:56 2002
|
|
+++ doc/Makefile.in Sun May 5 11:03:18 2002
|
|
@@ -60,7 +60,8 @@
|
|
install: build
|
|
@echo "Installing config files"
|
|
$(INSTALL) -d ${sysconfdir}
|
|
- ${INSTALL} $(CONFS) $(DEFAULTCONFS) ${sysconfdir}
|
|
+ ${INSTALL} $(CONFS) ${sysconfdir}/ircd.conf.sample
|
|
+ ${INSTALL} $(DEFAULTCONFS) ${sysconfdir}
|
|
touch ${sysconfdir}/kline.conf
|
|
@echo "Installing manpages"
|
|
$(INSTALL) -d ${mandir}
|