]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r222210, 222211, 222287:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Jun 2011 05:40:52 +0000 (05:40 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Jun 2011 05:40:52 +0000 (05:40 +0000)
commite2c29e1519a658fe7acb27d07dfab8075e9b014e
tree82b67cd10edc52bd8641b8a6ffd09f777bf384da
parent8ef2c90b7ab4a9cb347dd52fe478da47e4f554a0
MFC r222210, 222211, 222287:

 - Diff reduction against NetBSD.  The most notable change is to zdiff(1)
   to handle more file formats including bzip2 and xz.
 - Match symbolic link handling behavior with GNU gzip, bzip2 and xz:
   When we are operating on a symbolic link pointing to an existing
   file, bail out by default, but go ahead if -f is specified.

git-svn-id: svn://svn.freebsd.org/base/stable/8@222735 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/gzip/Makefile
usr.bin/gzip/gzip.1
usr.bin/gzip/gzip.c
usr.bin/gzip/zdiff
usr.bin/gzip/zdiff.1
usr.bin/gzip/zuncompress.c