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)
Wed, Jul 8, 11:24 PM
Unknown Object (File)
Tue, Jun 30, 4:40 AM
Unknown Object (File)
Thu, Jun 25, 12:05 PM
Unknown Object (File)
Wed, Jun 24, 2:47 AM
Unknown Object (File)
May 15 2026, 6:17 PM
Unknown Object (File)
May 15 2026, 4:10 PM
Unknown Object (File)
May 15 2026, 4:10 PM
Unknown Object (File)
May 14 2026, 5:23 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