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, Jan 23, 6:45 PM
Unknown Object (File)
Sun, Jan 19, 1:08 PM
Unknown Object (File)
Sun, Jan 12, 8:23 PM
Unknown Object (File)
Dec 15 2024, 8:17 AM
Unknown Object (File)
Nov 26 2024, 5:46 PM
Unknown Object (File)
Nov 15 2024, 4:57 PM
Unknown Object (File)
Nov 15 2024, 4:19 PM
Unknown Object (File)
Oct 4 2024, 9:12 PM
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