diff options
Diffstat (limited to 'init.d/localmount.in')
-rw-r--r-- | init.d/localmount.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/localmount.in b/init.d/localmount.in index 2a8e96f3..e2ea8018 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" |