We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde59b3 commit 109a0bfCopy full SHA for 109a0bf
1 file changed
init.d/localmount.in
@@ -61,7 +61,7 @@ stop()
61
# Bug 381783
62
local rc_svcdir=$(printf '%s\n' "$RC_SVCDIR" | sed 's:/lib\(32\|64\)\?/:/lib(32|64)?/:g')
63
64
- local x= no_umounts_r="/|/dev|/dev/.*|${rc_svcdir}"
+ local x= no_umounts_r="/|/dev|/dev/.*|/etc|/etc/.*|${rc_svcdir}"
65
no_umounts_r="${no_umounts_r}|/bin|/sbin|/lib(32|64)?|/libexec"
66
# RC_NO_UMOUNTS is an env var that can be set by plugins
67
local IFS="$IFS:"
0 commit comments