From c98e794b38684d39d51a964e5b1670908be01691 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 18 Jan 2011 21:39:48 +0100 Subject: [PATCH] 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(+) diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 8e154efb..43851f65 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 2d788d63..585d9bb1 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 -- 2.39.2