aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-03-13 22:14:53 +0000
committerBill Nottingham <notting@redhat.com>2001-03-13 22:14:53 +0000
commit2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448 (patch)
treea445b8587766ec75031583b024424f97db59a319
parentd102f661bdd2419bdcf3cc19bf788a702f6b7981 (diff)
downloadinitscripts-2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448.tar
initscripts-2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448.tar.gz
initscripts-2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448.tar.bz2
initscripts-2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448.tar.xz
initscripts-2a2a6a8ca43c5a1f67afa9b6c90a8f4cbee7c448.zip
fix typo
-rwxr-xr-xrc.d/init.d/netfs2
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