From 6a8fbe2b113f09eef738c3cb4ffb7f1371e2013c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 20 Dec 2012 15:49:20 +0000 Subject: - /info now also shows pathnames of g-/x-line database files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1702 82007160-df01-0410-b94d-b575c5fd34c7 --- src/ircd.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/ircd.c b/src/ircd.c index 30e0ea2..7ccd818 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -503,12 +503,13 @@ main(int argc, char *argv[]) init_chcap_usage_counts(); ConfigFileEntry.dpath = DPATH; - ConfigFileEntry.configfile = CPATH; /* Server configuration file */ - ConfigFileEntry.klinefile = KPATH; /* Server kline file */ - ConfigFileEntry.xlinefile = XPATH; /* Server xline file */ - ConfigFileEntry.dlinefile = DLPATH; /* dline file */ -// ConfigFileEntry.cresvfile = CRESVPATH; /* channel resv file */ -// ConfigFileEntry.nresvfile = NRESVPATH; /* nick resv file */ + ConfigFileEntry.configfile = CPATH; /* Server configuration file */ + ConfigFileEntry.klinefile = KPATH; /* Server kline file */ + ConfigFileEntry.klinefile = GPATH; /* Server gline file */ + ConfigFileEntry.xlinefile = XPATH; /* Server xline file */ + ConfigFileEntry.dlinefile = DLPATH; /* dline file */ + ConfigFileEntry.resvfile = RESVPATH; /* resv file */ + myargv = argv; umask(077); /* better safe than sorry --SRB */ -- cgit