blob: a2b32902ab8e88298ae6894a38a4d8e66bed17f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 ]
|