Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rick From: rick@seismo.CSS.GOV (Rick Adams) Newsgroups: news.software.b,news.admin Subject: Re: sendbatch broken after patches 9 & 10 Message-ID: <44161@beno.seismo.CSS.GOV> Date: Mon, 12-Oct-87 16:30:53 EDT Article-I.D.: beno.44161 Posted: Mon Oct 12 16:30:53 1987 Date-Received: Tue, 13-Oct-87 06:47:50 EDT References: <465@acornrc.UUCP> Organization: Center for Seismic Studies, Arlington, VA Lines: 18 Keywords: sendbatch, test, 4.2bsd unix Summary: 2 screwups in patch 10 Xref: mnetor news.software.b:851 news.admin:1159 I screwed up the diffs in patch 10 resulting in to obvious errors. The call to "error()" in expire shoulod be xerror. There is a missing '-a' in the sendbatch line. | v while test $? -eq 0 -a \( \( -n "$testit" -a -s BATCHDIR/$rmt \) -o -s BATCHDIR/$rmt.work -o \( -n "$DOIHAVE" -a -s BATCHDIR/$rmt.ihave \) \) This will be fixed in the next patch. If you're wondering about these its because this time around I put too much trust in the fixes people sent me and a few of them were wrong. (Actually they were more incomplete than anything else --rick