freebsd-dev/usr.bin/compress
Tim Vanderhoek da94aa4ef2 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>)
2000-05-16 04:58:34 +00:00
..
doc
compress.1 Add DIAGNOSTICS section name. Spelling 2000-03-26 15:10:37 +00:00
compress.c From PR submitter: 2000-05-16 04:58:34 +00:00
Makefile
zopen.3 Add DIAGNOSTICS section name. Spelling 2000-03-26 15:10:37 +00:00
zopen.c
zopen.h