Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2000 21:58:35 -0700 (PDT)
From:      Tim Vanderhoek <hoek@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/compress compress.c
Message-ID:  <200005160458.VAA48296@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <peter.edwards@ireland.com>)
  
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005160458.VAA48296>