Date: Sun, 21 Jun 2009 15:40:39 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/rm rm.c src/usr.bin/find function.c Message-ID: <200906211544.n5LFil0L019323@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-06-21 15:40:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin/rm rm.c usr.bin/find function.c Log: SVN rev 194588 on 2009-06-21 15:40:39Z by jilles MFC r193087: rm, find -delete: fix removing symlinks with uchg/uappnd set Formerly, this tried to clear the flags on the symlink's target instead of the symlink itself. As before, this only happens for root or for the unlink(1) variant of rm. PR: bin/111226 (part of) Submitted by: Martin Kammerhofer Approved by: ed (mentor) (implicit) Revision Changes Path 1.58.2.1 +3 -3 src/bin/rm/rm.c 1.58.2.2 +1 -1 src/usr.bin/find/function.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906211544.n5LFil0L019323>