Re: pkg_add broken by POLA breakage in tar

2002-08-02 Thread Bakul Shah
I said: > my guess is John Gilmore originally created gnu tar from > reading of the man page. If so, that would explain the > difference. I don't have the V7 sources so can't check but > given that companies with the Unix licence (and the orig. > sources) all do the same I believe the V7 man pag

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Garrett Wollman
< said: > If it were upto me I'd choose what POSIX says. POSIX says to use pax(1). There is no `tar' in POSIX. (There is, unfortunately, a cpio(1) in POSIX.) -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bakul Shah
> Well, OK, now I am really confused. So what should we be bound to? To > the POLA (old GNU tar in 4.6-release and downward was not fully > preserving permissions unless -p is specified, even when invoked by > root)? Or to what other systems do? Bruce, what do you think? Okay, I did some more res

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bruce Evans
On Thu, 1 Aug 2002, Maxim Sobolev wrote: > Bakul Shah wrote: > > > > My recollection matches what Bruce says (and I have been > > using unix since when version 7 was the latest and greatest). > > At least the SUN OS 5.6 man page I could locate online says > > this: > > > > The o function modifie

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bruce Evans
On Thu, 1 Aug 2002, Maxim Sobolev wrote: > Maxim Sobolev wrote: > > > > Maxim Sobolev wrote: > > > > > > Bruce Evans wrote: > > > > > > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > > > > thousands of user scripts that are no more careful than pkg_add) in > > > >

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Bakul Shah wrote: > > My recollection matches what Bruce says (and I have been > using unix since when version 7 was the latest and greatest). > At least the SUN OS 5.6 man page I could locate online says > this: > > The o function modifier is only valid with the x function. p > Restore the na

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Bakul Shah
My recollection matches what Bruce says (and I have been using unix since when version 7 was the latest and greatest). At least the SUN OS 5.6 man page I could locate online says this: The o function modifier is only valid with the x function. p Restore the named files to their original modes,

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Maxim Sobolev wrote: > > Maxim Sobolev wrote: > > > > Bruce Evans wrote: > > > > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > > > thousands of user scripts that are no more careful than pkg_add) in > > > -current and RELENG_4: > > > > Are you sure? My own investi

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Maxim Sobolev wrote: > > Bruce Evans wrote: > > > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > > thousands of user scripts that are no more careful than pkg_add) in > > -current and RELENG_4: > > Are you sure? My own investigation at the time of the commit showed

Re: pkg_add broken by POLA breakage in tar

2002-08-01 Thread Maxim Sobolev
Bruce Evans wrote: > > Revs.1.2-1.3 of tar/src/extract.c break pkg_add (not to mention probably > thousands of user scripts that are no more careful than pkg_add) in > -current and RELENG_4: Are you sure? My own investigation at the time of the commit showed that old tar shipped with FreeBSD, wa