The following reply was made to PR bin/72124; it has been noted by GNATS.
From: Bugghy <bugghy@rootshell.be>
To: freebsd-gnats-submit@FreeBSD.org, bugghy@phenix.rootshell.be
Cc:
Subject: Re: bin/72124: [patch] rm -P can't unlink u-w files
Date: Sun, 05 Dec 2004 18:17:50 +0200
$ touch 1;chmod 0 1;ls -l 1
---------- 1 bugghy bugghy 0 Dec 5 18:14 1
$ /bin/rm -Pf 1
rm: 1: Permission denied
So, I still consider this a bug.
--
Bugghy <bugghy@rootshell.be>