home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 24985 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.9 KB

  1. Path: sparky!uunet!mcsun!julienas!chorus!octave.chorus.fr!jloup
  2. From: jloup@chorus.fr (Jean-loup Gailly)
  3. Newsgroups: comp.os.linux
  4. Subject: gzip
  5. Message-ID: <1825@chorus.chorus.fr>
  6. Date: 21 Jan 93 14:39:44 GMT
  7. Sender: jloup@chorus.chorus.fr
  8. Reply-To: jloup@chorus.fr (Jean-loup Gailly)
  9. Lines: 42
  10.  
  11. I'm the author of gzip. I do not usually suscribe to comp.os.linux
  12. but somebody just pointed out to me that there was some discussion on
  13. gzip there. I am replying here to several postings.
  14.  
  15.  
  16. donadio@wilbur.psu.edu (Beaker) writes:
  17.  
  18. > If you really want to have tar use gzip, the hack is quite easy.  Just
  19. > get the source to tar-1.11.1 and change lines 456 and 458 of buffer.c.
  20. > Change "compress" to "gzip" (there are a total of 4) and you are set.
  21.  
  22. I have temporarily put a better patch on alpha.prep.ai.mit.edu in
  23. /tmp/gzip-tar-1.11.1.patch. With this patch, tar -cz invokes gzip, tar
  24. -cZ invokes compress. You can use tar -xz to extract both compressed
  25. and gzip'ed tar files. This patch or an equivalent one will be
  26. integrated in future versions of tar.
  27.  
  28.  
  29. kf8nh@kf8nh.wariat.org (Brandon S. Allbery) writes:
  30.  
  31. > gzip knows the System V "pack" format?  If so, then ".z" is okay.  If not,
  32. > it should be nipped in the bud NOW.
  33.  
  34. gzip 0.8 (to be released tomorrow) is able to extract files in the
  35. System V "pack" format. The detection of the input format is
  36. automatic.
  37.  
  38.  
  39. greg@squally.halcyon.com (Greg Naber) writes:
  40.  
  41. > I would appriciate it if someone with access to turbo-c for dos
  42. > would compile and make available the zgip for the dos world
  43.  
  44. I have temporarily put an MSDOS executable on alpha.prep.ai.mit.edu in
  45. /tmp/gzip071.exe. It is an lha self-extracting archive with readme,
  46. gzip.doc and gzip.exe. COPYING and a pointer to the sources are
  47. missing, I will upload a new version as soon as gzip 0.8 is frozen.
  48. If you don't like self-extracting archives, you can extract the files
  49. with "lha x gzip071.exe".
  50.  
  51. Jean-loup Gailly
  52. jloup@chorus.fr
  53.