Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 3/23/84; site cbosgd.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!ihnp4!cbosgd!mark
From: mark@cbosgd.UUCP (Mark Horton)
Newsgroups: net.news.map
Subject: fix to archiver problem in uucpmap.5a.ar
Message-ID: <230@cbosgd.UUCP>
Date: Fri, 10-Aug-84 10:36:08 EDT
Article-I.D.: cbosgd.230
Posted: Fri Aug 10 10:36:08 1984
Date-Received: Sat, 11-Aug-84 01:45:34 EDT
Distribution: net
Organization: AT&T Bell Laboratories, Columbus
Lines: 24

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:
	!
!	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:
	!
!	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