Use killall5 again so we can cleanly remount / readonly, #168977

and #177689.
This commit is contained in:
Roy Marples
2007-05-30 22:30:54 +00:00
parent 1c1b0b0a4c
commit 27344f7f27
3 changed files with 9 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ do_unmount() {
if [ ${retry} -le 0 ] ; then
case "${cmd}" in
umount*)
LC_ALL=C ${cmd} ${extra_opts} "${mnt}" || retry=-999
LC_ALL=C ${cmd} -f "${mnt}" || retry=-999
;;
*)
retry=-999