repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 0dd0015d1606aebdf20c498ab9cd5b253b751ae0:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 0dd0015d1606aebdf20c498ab9cd5b253b751ae0
Author: Florian Westphal 
Date:   Fri Sep 2 14:38:59 2005 +0000

    Mention ':' MyPassword restriction in man page.

diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 022e77811c2e1609505914b23d38f0d1cd650b3a..
index ..17108b65262815ef4ebcd2ad94f8416dab944c74 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.34 2005/09/01 18:16:29 fw Exp $
+# $Id: sample-ngircd.conf,v 1.35 2005/09/02 14:38:59 fw Exp $

 #
 # This is a sample configuration file for the ngIRCd, which must be adepted
@@ -145,8 +145,7 @@
 	;Port = 6666

 	# Own password for the connection. This password has to be configured
-	# as "PeerPassword" on the other server. Password should be Alphanumeric!
-	# For instance, a leading ':' will _NOT_ work!
+	# as "PeerPassword" on the other server.
 	;MyPassword = MySecret

 	# Foreign password for this connection. This password has to be
diff --git a/man/ngircd.conf.5 b/man/ngircd.conf.5
index 3b0817bdd96fdc2b0f08b9d437a7c2b6f279191c..
index ..3cb512d5e897d6f9d115cbea9fce33bc3a4d80bf 100644
--- a/man/ngircd.conf.5
+++ b/man/ngircd.conf.5
@@ -1,5 +1,5 @@
 .\"
-.\" $Id: ngircd.conf.5,v 1.19 2005/08/12 13:20:54 alex Exp $
+.\" $Id: ngircd.conf.5,v 1.20 2005/09/02 14:39:00 fw Exp $
 .\"
 .TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual"
 .SH NAME
@@ -201,7 +201,7 @@ the ngIRCd waits for incoming connections.
 .TP
 \fBMyPassword\fR
 Own password for this connection. This password has to be configured as
-"PeerPassword" on the other server.
+"PeerPassword" on the other server. Must not have ':' as first character.
 .TP
 \fBPeerPassword\fR
 Foreign password for this connection. This password has to be configured as

-----END OF PAGE-----