projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hopefully fix duplicate ppp instances (#895)
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
rc.common
diff --git
a/package/base-files/default/etc/rc.common
b/package/base-files/default/etc/rc.common
index
6066afb
..
7180b0f
100755
(executable)
--- a/
package/base-files/default/etc/rc.common
+++ b/
package/base-files/default/etc/rc.common
@@
-67,7
+67,7
@@
action="$2"
cmds=
for cmd in $EXTRA_COMMANDS; do
- cmds="$cmd) $cmd;;"
+ cmds="$
{cmds:+$cmds$N}$
cmd) $cmd;;"
done
eval "case \"\$action\" in
start) start;;
This page took
0.01986 seconds
and
4
git commands to generate.