--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- openrc-0.8.2/init.d/localmount.in +++ openrc-0.8.2/init.d/localmount.in @@ -49,7 +49,7 @@ 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)$"