From: Gabriel B. <sh...@us...> - 2005-12-26 06:37:22
|
Update of /cvsroot/solidircd/solidircd-stable/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4691/doc Modified Files: Makefile.in template.conf Log Message: Minimum document update. Index: Makefile.in =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 9 Jul 2005 20:18:49 -0000 1.2 --- Makefile.in 26 Dec 2005 06:37:14 -0000 1.3 *************** *** 25,29 **** INSTALL_DIR=@INSTALL_DIR@ ! FILES=template.conf elmer.conf all: --- 25,29 ---- INSTALL_DIR=@INSTALL_DIR@ ! FILES=opers.txt reference.conf template.conf elmer.conf all: *************** *** 47,50 **** --- 47,51 ---- touch $(INSTALL_DIR)/ircd.motd; \ echo "This is the default solid MOTD" >> $(INSTALL_DIR)/ircd.motd; \ + fi Index: template.conf =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/doc/template.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** template.conf 4 Sep 2005 18:57:33 -0000 1.7 --- template.conf 26 Dec 2005 06:37:14 -0000 1.8 *************** *** 825,826 **** --- 825,827 ---- + include "elmer.conf"; \ No newline at end of file |