Subject: Re: pax doesn't work anymore...
To: Marcin Jessa <lists@yazzy.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 09/16/2005 22:15:08
On Fri, Sep 16, 2005 at 07:30:44PM +0000, Marcin Jessa wrote:
> There was an update of pax on Fri Sep 16 16:48:18 UTC 2005.
> Maybe you missed this one? 
No, I don't think so:

>-100: ll -tr /usr/src/bin/pax/ | tail
-rw-r-----   1 ks  staff  - 32908 Sep 13 15:30 pax.1
-rw-r-----   1 ks  staff  - 35277 Sep 16 19:10 ar_subs.c
-rw-r-----   1 ks  staff  -  8082 Sep 16 19:10 extern.h
-rw-r-----   1 ks  staff  - 29391 Sep 16 19:10 file_subs.c
-rw-r-----   1 ks  staff  - 44404 Sep 16 19:10 options.c
-rw-r-----   1 ks  staff  - 37422 Sep 16 19:10 tables.c
-rw-r-----   1 ks  staff  -  7777 Sep 16 19:10 tables.h
drwxrwxr-x   2 ks  staff  -   512 Sep 16 19:10 CVS/
drwxrwxr-x   3 ks  staff  -  1024 Sep 16 19:10 ./
drwxrwxr-x  36 ks  staff  -  1024 Sep 16 19:11 ../

and

>-106: egrep NetBSD `ll | grep 19:10 | awk '{print $10}' ` | egrep -v RCS
ar_subs.c:/*    $NetBSD: ar_subs.c,v 1.43 2005/09/16 16:48:18 christos Exp $    */
extern.h:/*     $NetBSD: extern.h,v 1.49 2005/09/16 16:48:18 christos Exp $     */
file_subs.c:/*  $NetBSD: file_subs.c,v 1.56 2005/09/16 16:48:18 christos Exp $  */
options.c:/*    $NetBSD: options.c,v 1.92 2005/09/16 16:48:18 christos Exp $    */
tables.c:/*     $NetBSD: tables.c,v 1.24 2005/09/16 17:05:14 christos Exp $     */
tables.h:/*     $NetBSD: tables.h,v 1.9 2005/09/16 17:05:14 christos Exp $      */

> I am not familiar with time difference between UTC and MEST. 
MEST=UTC+2, ie. 16:48:18 UTC is 18:48:18 MEST

I think the problem is with the changes done at 17:05 in tables.*, as I have
another machine (not reachable at the moment) with a working pax which was
updated some short time before this changes went in.

I'll try to veryify this by reverting tables.c to 1.23 (and tables.h to 1.8)
later tonight.

Kurt