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
/
sysctl
diff --git
a/package/base-files/files/etc/init.d/sysctl
b/package/base-files/files/etc/init.d/sysctl
index
35d5e30
..
2397790
100755
(executable)
--- a/
package/base-files/files/etc/init.d/sysctl
+++ b/
package/base-files/files/etc/init.d/sysctl
@@
-3,5
+3,5
@@
START=99
start() {
- [ -f /etc/sysctl.conf ] && sysctl -p >&-
+ [ -f /etc/sysctl.conf ] && sysctl -p
-e
>&-
}
This page took
0.019502 seconds
and
4
git commands to generate.