projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[etrax] Comment out a debug message on usb host driver
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
rcS
diff --git
a/package/base-files/files/etc/init.d/rcS
b/package/base-files/files/etc/init.d/rcS
index
61c1d6d
..
b44f441
100755
(executable)
--- a/
package/base-files/files/etc/init.d/rcS
+++ b/
package/base-files/files/etc/init.d/rcS
@@
-3,6
+3,6
@@
{
for i in /etc/rc.d/$1*; do
- $i $2 2>&1
+
[ -x $i ] &&
$i $2 2>&1
done
} | logger -s -p 6 -t '' &
This page took
0.02619 seconds
and
4
git commands to generate.