[net.news.b] 2.10 bug if using uux -c

ra@rlgvax.UUCP (06/17/83)

If you are trying to use the "-c" flag for uux with news 2.10, beware
that the UXMIT line in defs.h is missing a "!". The line is

#define UXMIT	"uux -r -z -c %s!rnews '<' %s" /* If uux -c is ok	*/

it should be:

#define UXMIT	"uux -r -z -c %s!rnews '<' !%s" /* If uux -c is ok	*/

Rick Adams
RLG Corp.
{seismo,allegra,mcnc}!rlgvax!ra