K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-10-22T15:47:50.000000Z
K 7
svn:log
V 775
nnrpd/newnews.c:
	- usage of PERMmatch() was wrong
nnrpd/actived.c:
nnrpd/group.c:
nnrpd/udp.c:
	- From: Jean-Francois Stenuit <jfs@skynet.be>
	- When using actived under certain OS (I noticed it on linux boxes),
	  you may end up in a situation like this :

	  actived listen on port 1119 on localhost.
	  nnrpd opens a connection (ask for a local port) to connect to this
	  port and the system allocates 1119 as local port.

	  It makes a connection from localhost.1119 to localhost.1119 with, on
	  the same system a non blocking listen on localhost.1119. Not all
	  systems like this !

	  The result : error messages like :
	  create_udp_socket: bind: Address already in use

	  The solution lies in the following three patches (apply agains 2.1 inn
	  distribution) :

END
