From c8b5078660f2b94b3c64f0a71ea6cde7df76678e Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 14 Feb 2011 04:41:08 -0500 Subject: Fix bug #354805 --- init.d/localmount.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index 2a8e96f..e2ea801 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -58,8 +58,8 @@ stop() . "$RC_LIBEXECDIR"/sh/rc-mount.sh - # Umount loopback devices - einfo "Unmounting loopback devices" + # Umount loop devices + einfo "Unmounting loop devices" eindent do_unmount "umount -d" --skip-point-regex "$no_umounts_r" \ --node-regex "^/dev/loop" -- cgit v1.2.3