Newsgroups: news.software.b,comp.sources.bugs Subject: C News patch of 15-Dec-1990 Oops. We -- well, to be specific, I -- made a small error in the relaynews makefile. As a final pre-Christmas patch, here's a fix. Just to add some real technical content :-), I include a small fix that's been in the queue for some time: having rnews report problems on stderr, as well as to the NEWSMASTER, so that smart transmission systems can pass the detailed nature of the problem back to the other end. Oh yes, as a final Christmas present, the cnews.Z file on cs.toronto.edu will shortly be current again, the series of somewhat interrelated patches having been completed. start of patch 15-Dec-1990 (suggested archive name: `pch15Dec90.Z') this should be run with patch -p0 &2 exit 1 fi *************** *** 47,50 **** --- 48,52 ---- cat /tmp/ngripe.$$ ) | mail "$NEWSMASTER" + cat /tmp/ngripe.$$ >&2 rm -f /tmp/ngripe.$$ exit 1 *** cnpatch/old/relay/makefile Sat Dec 15 20:05:20 1990 --- relay/makefile Sat Dec 15 19:24:44 1990 *************** *** 77,81 **** rm -f $(BIN)/inews $(NEWSCTL)/inews ln $(NEWSBIN)/inject/inews $(BIN)/inews 2>/dev/null || cp sh/inews $(BIN) ! ln $(NEWSCTL)/inject/inews $(NEWSCTL)/inews 2>/dev/null || cp sh/inews $(NEWSCTL) cmp: relaynews --- 77,81 ---- rm -f $(BIN)/inews $(NEWSCTL)/inews ln $(NEWSBIN)/inject/inews $(BIN)/inews 2>/dev/null || cp sh/inews $(BIN) ! ln $(NEWSBIN)/inject/inews $(NEWSCTL)/inews 2>/dev/null || cp sh/inews $(NEWSCTL) cmp: relaynews end of patch 15-Dec-1990