From owner-cvs-all Mon May 15 21:58:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F02137B5B6; Mon, 15 May 2000 21:58:35 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA48296; Mon, 15 May 2000 21:58:35 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <200005160458.VAA48296@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 15 May 2000 21:58:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compress compress.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hoek 2000/05/15 21:58:35 PDT Modified files: usr.bin/compress compress.c Log: 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 ) Revision Changes Path 1.9 +3 -3 src/usr.bin/compress/compress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message