]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Match symbolic link handling behavior with GNU gzip, bzip2 and xz:
authorXin LI <delphij@FreeBSD.org>
Mon, 23 May 2011 09:40:21 +0000 (09:40 +0000)
committerXin LI <delphij@FreeBSD.org>
Mon, 23 May 2011 09:40:21 +0000 (09:40 +0000)
commitfc2689100470c2feae5d70c01efa073294bb8b1e
tree1647df00a65a93608603382a71314a1477b63354
parentbe07528c53cd0aa3a8b5f9338f55148cac709ea8
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.

Submitted by: arundel
MFC after: 2 weeks
usr.bin/gzip/gzip.1
usr.bin/gzip/gzip.c