From: <dia...@us...> - 2003-10-18 01:54:24
|
Update of /cvsroot/genericircd/gircd2.0 In directory sc8-pr-cvs1:/tmp/cvs-serv14112 Modified Files: installer Log Message: Feature request: remove hiding of the G-line reason. Index: installer =================================================================== RCS file: /cvsroot/genericircd/gircd2.0/installer,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** installer 14 Oct 2003 11:50:29 -0000 1.5 --- installer 17 Oct 2003 16:49:10 -0000 1.6 *************** *** 431,434 **** --- 431,435 ---- echo F:SETHOST_USER:TRUE >> $INSTALLDIR/ircd.conf echo F:SETHOST:TRUE >> $INSTALLDIR/ircd.conf + echo F:HIS_GLINE:FALSE >> $INSTALLDIR/ircd.conf echo echo ircd.conf created! |