On Tue, Nov 13, 2012 at 08:20:35AM -0500, Tom Gundersen wrote:
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Arch Linux initscripts repository".
The branch, master has been updated via 85f147c163d3844901c6cd659f0066e7741811a5 (commit) from 59295c8a1afd993ce8b9c28d2eb8fedfcd8e046c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 85f147c163d3844901c6cd659f0066e7741811a5 Author: Lukáš Jirkovský <l.jirkovsky@gmail.com> Date: Wed Nov 7 16:05:13 2012 +0100
Fix FS#31563
Interpret exscape sequences in the filessytem target while unmounting.
Having recursive unmount would be probably better (see falconindy's comment on the bug), but IMO this workaround is good enough.
[tomegun: recursive umount will almost certainly be in next util-linux, but that is still some time away, so we take this for now.] Signed-off-by: Tom Gundersen <teg@jklm.no>
I actually make no guarantees that the patch I posted works well for initscripts. I use case I had in mind was the shutdown hook in the initramfs, so that's what I tested. Further improvements on the patch I sent upstream are probably needed, as: 1) I expect that the behavior on failure is to stop hard, rather than ignoring the remainder of the children for a given parent 2) I'm not sure how well it plays with the -t flag in light of the above. The first item might interest me, but the 2nd certainly doesn't. Unless upstream asks me to make these specific improvements or someone else offers the code, don't count on this being an exact drop-in replacement.
-----------------------------------------------------------------------
Summary of changes: functions | 2 ++ 1 file changed, 2 insertions(+)
hooks/post-receive -- Arch Linux initscripts repository