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