projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b285f2f
)
Don't do lazy unmounting of filessystems at reboot/poweroff. It is unneeded and could...
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 9 Feb 2010 18:07:36 +0000
(18:07 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 9 Feb 2010 18:07:36 +0000
(18:07 +0000)
SVN-Revision: 19568
package/base-files/files/etc/init.d/umount
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/umount
b/package/base-files/files/etc/init.d/umount
index d360afed3c81a899220907bd7d29271fd68275e1..a4e477e2e9b7f8bdaf9383e6eb82e3e7aabb9215 100755
(executable)
--- a/
package/base-files/files/etc/init.d/umount
+++ b/
package/base-files/files/etc/init.d/umount
@@
-4,5
+4,5
@@
STOP=99
stop() {
sync
- umount -a -r
-l
+ umount -a -r
}