From ede4d1cd60ca7ce283095833b3ad545a6364e178 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 18 Apr 2011 10:28:47 -0500 Subject: Don't unmount /run on shutdown This is needed so that udev will stop properly on shutdown. X-Gentoo-Bug: 363971 X-Gentoo-Bug-Url: http://bugs.gentoo.org/show_bug.cgi?id=363971 --- init.d/localmount.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index e2ea801..b4f7346 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -49,7 +49,7 @@ stop() fi if [ "$RC_UNAME" = Linux ]; then - no_umounts_r="$no_umounts_r|/proc|/proc/.*|/sys|/sys/.*" + no_umounts_r="$no_umounts_r|/proc|/proc/.*|/run|/sys|/sys/.*" fi no_umounts_r="^($no_umounts_r)$" -- cgit v1.2.3