diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 18:07:14 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 18:07:14 +0000 |
commit | dcc4fcf3213dd367d102c159c1876de94d56cdbb (patch) | |
tree | c4eb4aec5ebc13b61ba4fb8ee576ac7a9e3c04be | |
parent | 0002a54da28a92fee7ac22410133227161b98c48 (diff) |
- m_info.c: fixed RESVPATH showing the pathname of the XLINE-file;
also DPATH is the root directory of installation
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1841 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r-- | modules/m_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_info.c b/modules/m_info.c index cab6f84..e5f745f 100644 --- a/modules/m_info.c +++ b/modules/m_info.c @@ -70,7 +70,7 @@ static const struct InfoStruct info_table[] = "DPATH", OUTPUT_STRING, &ConfigFileEntry.dpath, - "Directory containing configuration files" + "Root directory of installation" }, { "DLPATH", @@ -99,7 +99,7 @@ static const struct InfoStruct info_table[] = { "RESVPATH", OUTPUT_STRING, - &ConfigFileEntry.xlinefile, + &ConfigFileEntry.resvfile, "Path to resv database file" }, { |