diff options
author | Anthony G. Basile <basile@opensource.dyc.edu> | 2011-02-14 04:41:08 -0500 |
---|---|---|
committer | Anthony G. Basile <basile@opensource.dyc.edu> | 2011-02-14 04:41:08 -0500 |
commit | c8b5078660f2b94b3c64f0a71ea6cde7df76678e (patch) | |
tree | 54c4065aff616e12989c727d8fb9f854ddf8a304 /init.d/localmount.in | |
parent | 7bc920ab563411fa3c9f8223eb4679581d9678f4 (diff) |
Fix bug #354805
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" |