diff options
Diffstat (limited to 'init.d/mount-ro.in')
-rw-r--r-- | init.d/mount-ro.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in index 6b237c35..c6275bb6 100644 --- a/init.d/mount-ro.in +++ b/init.d/mount-ro.in @@ -17,7 +17,7 @@ start() ebegin "Remounting remaining filesystems read-only" # We need the do_unmount function - . "$RC_LIBDIR"/sh/rc-mount.sh + . "$RC_LIBEXECDIR"/sh/rc-mount.sh eindent local m="/dev|/dev/.*|/proc|/proc.*|/sys|/sys/.*|${RC_SVCDIR}" x= fs= m="$m|/bin|/sbin|/lib|/libexec" |