]> arthur.barton.de Git - ngircd.git/commitdiff
Add [Features] section to ngircd-test{1|2}.conf
authorAlexander Barton <alex@barton.de>
Tue, 18 Jan 2011 20:39:48 +0000 (21:39 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 18 Jan 2011 20:39:48 +0000 (21:39 +0100)
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
src/testsuite/ngircd-test2.conf

index 8e154efbb5eb74c7a6e14f76126de51257ce956b..43851f655098d29a5ea27c5dba6e89d77762f601 100644 (file)
@@ -10,6 +10,8 @@
        MaxConnectionsIP = 0
        OperCanUseMode = yes
        MaxJoins = 4
+
+[Features]
        Ident = no
        PAM = no
 
index 2d788d63145cf84868d241f57dc5c792cf83a902..585d9bb1cac1fb62b8daeec0dab250788a7143c9 100644 (file)
@@ -10,6 +10,8 @@
        MaxConnectionsIP = 0
        OperCanUseMode = yes
        MaxJoins = 4
+
+[Features]
        Ident = yes
        PAM = yes