[unix-pc.sources] Unofficial 7300 patch for news source, in localize.7300

arnold@skeeve.UUCP (11/09/87)

The current version of news has support for NNTP, the Network News Transfer
Protocol, which allows systems that speak TCP/IP with BSD type sockets to
read news from, and post news to, a remote host. The vast majority of Unix
PC's are not in that situation, and so don't need that code. The following
patch to localize.7300, and your own localize.sh is therefore useful.

Note that if you do not apply this patch, it will not affect you one way
or the other; using it just makes your Makefile a little bit cleaner. I.e.,
this is mostly for cosmetic purposes.

Arnold
----------------
*** 2.11.10/localize.sh	Thu Apr 16 12:07:21 1987
--- localize.sh	Sat Nov  7 23:04:39 1987
***************
*** 10,15 ****
--- 10,16 ----
  g/^#V7 /d
  g/^#VMS /d
  g/^#BSD4_[123] /d
+ g/^#NNTP /d
  g/#NOTVMS/s/#NOTVMS.*//
  /CFLAGS[	 ]*=/t.
  .s/CFLAGS/MFLAGS/p
-- 
Arnold Robbins -- The Basement Computer
UUCP:	{ gatech, emory, gt-eedsp, bakerst, gladys }!skeeve!arnold

/bin/csh: Just Say NO!