K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-06-23T02:35:51.000000Z
K 7
svn:log
V 1883
innd/art.c:
	- From: miquels@cistron.nl (Miquel van Smoorenburg)
	- This patch is almost the same as I posted a few weeks ago, it was
	  requested that I reposted it after the initial 2.0 release. So here
	  it is .. it does the following:

	  1. Adds manual page for send-uucp
	  2. Cleans up send-uucp, send-nntp, send-ihave so that they all take
	     the same command line args and have one common manual page
	  3. Moves those scripts to pathbin instead of pathetc

	  4. Moves pathetc/default back to pathcontrol/default
	     Motivation: it's not ment to be modified and "default" is a
	     misleading name for a file in pathetc

	  5. Moves .news.daily from pathetc to pathdb. Motivation:

	     From: uli@tallowcross.uni-frankfurt.de (Uli Zappe)

	     No, it's not really a lock file. It stores the last time
	     news.daily was run. rc.news uses this information to check
	     whether news.daily was run the last day.

	     So it's more a "micro database" including only one entry, than a
	     lockfile.
innd/site.c:
	- From: miquels@cistron.nl (Miquel van Smoorenburg)
	- This patch adds configure detection for the socketpair() system call.
	  Innd uses that instead of pipe() when creating a channel. The
	  advantage is a bigger internal buffer, typically 32767 bytes instead
	  of 4096.

	  Note that most sysv systems already implement pipe() as just a call
	  to socketpair(), and that the two are almost the same.

	  The patch also increases the max. buffer size in the sample
	  newsfeeds for the innfeed process to 30000 (just below 32767) and
	  sets a max. buffer size for the overchan process, without which my
	  innd grows without bounds ..

	  With this in place I have had no DEBUG ERROR SITEspool trashed
	  messages anymore, and no corrupted channels.. If innd starts
	  spooling a channel, it writes the complete backlog instead of
	  partially.

END
