[net.news.map] fix to archiver problem in uucpmap.5a.ar

mark@cbosgd.UUCP (Mark Horton) (08/10/84)

Some line noise (the famous {DEL problem) managed to sneak into
the 4ccvax file in California.  Since inews strips out control
characters, the DEL got removed.  This threw off the character
count the archiver uses, so ar complains about a "malformed archive".

Here's the fix.
old:
	!<arch>
!	4ccvax.         460585560   113   10    100666  329       `
	# 4ccvax%The Claremont Colleges, Harvey Mudd College%Kevin V. Carosso%(213) 648-1025%P.O. Box 92919, Bldg. S50, Mail Stn. X342, Los Angeles, CA 90009%scgvaxd!kvc, 4ccvax!kvc%4.2BSD UUCP running on a VMS 11/780%%Michael K. Peterson (scgvaxd!mkp) 7/14/84%VAX 11/780, VMS%
	#
!	4ccvax	scgvaxd(DEMAND{), engvax(DEMAND), muddcs(DEMAND)
new:
	!<arch>
!	4ccvax.         460585560   113   10    100666  327       `
	# 4ccvax%The Claremont Colleges, Harvey Mudd College%Kevin V. Carosso%(213) 648-1025%P.O. Box 92919, Bldg. S50, Mail Stn. X342, Los Angeles, CA 90009%scgvaxd!kvc, 4ccvax!kvc%4.2BSD UUCP running on a VMS 11/780%%Michael K. Peterson (scgvaxd!mkp) 7/14/84%VAX 11/780, VMS%
	#
!	4ccvax	scgvaxd(DEMAND), engvax(DEMAND), muddcs(DEMAND)

That is, delete the { from the 4ccvax	scgvaxd entry (the DEL has
already been deleted, courtesy of inews), and change the count from
329 to 327.

	Mark