projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing copyright
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
rcS
diff --git
a/package/base-files/default/etc/init.d/rcS
b/package/base-files/default/etc/init.d/rcS
index
b38e449
..
dad989f
100755
(executable)
--- a/
package/base-files/default/etc/init.d/rcS
+++ b/
package/base-files/default/etc/init.d/rcS
@@
-1,4
+1,6
@@
#!/bin/sh
#!/bin/sh
+# Copyright (C) 2006 OpenWrt.org
+
${FAILSAFE:+exit}
[ -f /etc/config/network ] && . /etc/config/network
${FAILSAFE:+exit}
[ -f /etc/config/network ] && . /etc/config/network
This page took
0.032325 seconds
and
4
git commands to generate.