From 876bd89f4b99f0149b526d88bb03f91847f0c33d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 13 Apr 2007 15:20:10 +0000 Subject: hug getopt_long some more --- init.d/checkroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d') diff --git a/init.d/checkroot b/init.d/checkroot index c7fb66d3..2fa22ec5 100755 --- a/init.d/checkroot +++ b/init.d/checkroot @@ -22,7 +22,7 @@ do_mtab() { local mnt= mnts="$(mountinfo | sed -e "s/^/'/g" -e "s/$/'/g")" eval set -- ${mnts} for mnt in "$@" ; do - if fstabinfo --mount-cmd "${mnt}" >/dev/null ; then + if fstabinfo --mountcmd "${mnt}" >/dev/null ; then mount -f -o remount "${mnt}" fi done -- cgit v1.2.3