projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/base-files: use case statement in led init script
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
umount
diff --git
a/package/base-files/files/etc/init.d/umount
b/package/base-files/files/etc/init.d/umount
index
d360afe
..
a4e477e
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
}
This page took
0.024041 seconds
and
4
git commands to generate.