Date: Mon, 22 Dec 2014 21:53:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 196147] freebsd-update on 10.1 gives: rmdir: ///: Is a directory Message-ID: <bug-196147-8-F59QLw8bp3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196147-8@https.bugs.freebsd.org/bugzilla/> References: <bug-196147-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196147 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: cperciva Date: Mon Dec 22 21:52:38 UTC 2014 New revision: 276086 URL: https://svnweb.freebsd.org/changeset/base/276086 Log: Strip trailing / characters from paths in "not present" index entries, not just "directory" entries. Prior to this commit, if / was added as part of a security update (how? In the most recent case, because lib32 was accidentally omitted and was then re-added, and every installer distribution set gets its own paths) then the code which was supposed to filter out updates to deleted parts of the base system (if someone decides to delete / then we shouldn't re-create it for them) would instead get confused and decided that while / should exist, // should not exist and needs to be removed. This fixes the bug which caused freebsd-update to want to delete / (which is harmless, since `rm /` fails, but scary nonetheless). A workaround is being applied to the update bits in order to avoid triggering the bug on unpatched systems. PR: 196055, 196091, 196147 Changes: head/usr.sbin/freebsd-update/freebsd-update.sh -- 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-196147-8-F59QLw8bp3>