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
F132325125: D42674.diff
Wed, Oct 15, 10:12 PM
Unknown Object (File)
Sun, Oct 12, 10:04 AM
Unknown Object (File)
Sat, Oct 11, 3:16 AM
Unknown Object (File)
Sat, Oct 11, 3:16 AM
Unknown Object (File)
Sat, Oct 11, 3:16 AM
Unknown Object (File)
Fri, Oct 10, 8:26 PM
Unknown Object (File)
Tue, Sep 30, 9:40 PM
Unknown Object (File)
Tue, Sep 23, 10:01 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