From 2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 13 Mar 2001 22:14:53 +0000 Subject: fix typo --- rc.d/init.d/netfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1