summaryrefslogtreecommitdiffstats
path: root/live/One/2006.0/patches/netfs.loopfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'live/One/2006.0/patches/netfs.loopfs.patch')
-rw-r--r--live/One/2006.0/patches/netfs.loopfs.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/live/One/2006.0/patches/netfs.loopfs.patch b/live/One/2006.0/patches/netfs.loopfs.patch
deleted file mode 100644
index a2b32902a..000000000
--- a/live/One/2006.0/patches/netfs.loopfs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- etc/init.d/netfs.loopfs 2005-09-19 17:34:31.000000000 +0200
-+++ etc/init.d/netfs 2005-12-27 19:23:39.000000000 +0100
-@@ -50,7 +50,7 @@
- # Unmount loopback stuff first
- remaining=`LC_ALL=C awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $2}' /proc/mounts`
- devremaining=`LC_ALL=C awk '!/^#/ && $1 ~ /^\/dev\/loop/ && $2 != "/" {print $1}' /proc/mounts`
-- [ -n "$remaining" ] && {
-+ /bin/false && [ -n "$remaining" ] && {
- sig=
- retry=3
- while [ -n "$remaining" -a "$retry" -gt 0 ]