Date: Sat, 30 May 2009 10:42:37 +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: <200905301052.n4UAqgO6018614@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-05-30 10:42:37 UTC FreeBSD src repository Modified files: bin/rm rm.c usr.bin/find function.c Log: SVN rev 193087 on 2009-05-30 10:42:37Z by jilles 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) MFC after: 3 weeks Revision Changes Path 1.60 +3 -3 src/bin/rm/rm.c 1.62 +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?200905301052.n4UAqgO6018614>