Page MenuHomeFreeBSD

cp: Don't warn for chflags() failing with EOPNOTSUPP if flags == 0
ClosedPublic

Authored by imp on Nov 19 2023, 6:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 4, 12:37 PM
Unknown Object (File)
Thu, Jul 4, 7:04 AM
Unknown Object (File)
Tue, Jul 2, 1:26 PM
Unknown Object (File)
Tue, Jul 2, 1:14 PM
Unknown Object (File)
May 8 2024, 6:56 AM
Unknown Object (File)
May 8 2024, 6:56 AM
Unknown Object (File)
May 8 2024, 4:10 AM
Unknown Object (File)
May 1 2024, 5:18 AM
Subscribers

Details

Summary

From NetBSD's utils.c 1.5 importing importing BSDI change, with light
formatting changes:

Author: cgd <cgd@NetBSD.org>
Date:   Wed Feb 26 14:40:51 1997 +0000

Patch from BSDI (via Keith Bostic):
>NFS doesn't support chflags; ignore errors unless there's reason
>to believe we're losing bits.  (Note, this still won't be right
>if the server supports flags and we were trying to *remove* flags
>on a file that we copied, i.e., that we didn't create.)

CVS Info: utils.c 1.6

Obtained from: NetBSD
Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable