Date: Mon, 29 Jan 2024 22:19:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276723] chflags: Fix -f option Message-ID: <bug-276723-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276723 Bug ID: 276723 Summary: chflags: Fix -f option Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: rbranco@suse.com There's a bug with the -f option when used with the -v option, making you believe that it worked. To reproduce: ``` $ chflags -vf uchg /etc/passwd /etc/passwd $ echo $? 0 ``` Fix: https://github.com/freebsd/freebsd-src/pull/1088 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276723-227>