Module: ngircd.git Branch: master Commit: c98e794b38684d39d51a964e5b1670908be01691 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=c98e7...
Author: Alexander Barton alex@barton.de Date: Tue Jan 18 21:39:48 2011 +0100
Add [Features] section to ngircd-test{1|2}.conf
Fix commit 5a34bb203a: It is not enough to strip the "No" prefix from "Ident" and "PAM", but we have to introduce the new [Features] section to fix all warning messages of ngIRCd.
Variables "Ident" and "PAM" in [Global] are completely wrong :-(
---
src/testsuite/ngircd-test1.conf | 2 ++ src/testsuite/ngircd-test2.conf | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 8e154ef..43851f6 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -10,6 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + +[Features] Ident = no PAM = no
diff --git a/src/testsuite/ngircd-test2.conf b/src/testsuite/ngircd-test2.conf index 2d788d6..585d9bb 100644 --- a/src/testsuite/ngircd-test2.conf +++ b/src/testsuite/ngircd-test2.conf @@ -10,6 +10,8 @@ MaxConnectionsIP = 0 OperCanUseMode = yes MaxJoins = 4 + +[Features] Ident = yes PAM = yes