]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
From PR submitter:
authorTim Vanderhoek <hoek@FreeBSD.org>
Tue, 16 May 2000 04:58:34 +0000 (04:58 +0000)
committerTim Vanderhoek <hoek@FreeBSD.org>
Tue, 16 May 2000 04:58:34 +0000 (04:58 +0000)
commitda94aa4ef2dddd98982f2197d7038a3f4e373a8a
tree68a54a0c7131b685b7fcbe7f3eccca0d20b71539
parent3797b581a9aceede491ab1808d0dce670e109310
From PR submitter:

 compress uses setfile() to make flags, ownership and mode of the output
 the same as those of the original. However, if the filesystem holding the
 output file doesn't support these operations, compress prints a warning.
 This bites a bit with NFS directories, which always fail the chflags()
 operation. If the file system doesn't support the operation, then the
 flags data wasn't valid on the original file anyway, so the warning is
 spurious.

Submitted by: bin/16981 (Peter Edwards <peter.edwards@ireland.com>)
usr.bin/compress/compress.c