diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/netfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 85e96b03..97a46d1b 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -53,7 +53,7 @@ case "$1" in if [ "$retry" -lt 3 ]; then action $"Unmounting loopback filesystems (retry):" umount $remaining else - action $"Unmounting loobpack filesystems: " umount $remaining + action $"Unmounting loopback filesystems: " umount $remaining fi remaining=`awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $2}' /proc/mounts` [ -z "$remaining" ] && break |