projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hotplug-based network script rewrite
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
hotplug
diff --git
a/package/base-files/default/sbin/hotplug
b/package/base-files/default/sbin/hotplug
index
57ee969
..
e53b2af
100755
(executable)
--- a/
package/base-files/default/sbin/hotplug
+++ b/
package/base-files/default/sbin/hotplug
@@
-1,4
+1,12
@@
#!/bin/sh
+[ -e /tmp/.failsafe ] && {
+ export FAILSAFE=true
+} || {
+ [ -e /etc/config/network ] && . /etc/config/network
+}
+. /etc/functions.sh
+. /etc/network.overrides
+
PATH=/bin:/sbin:/usr/bin:/usr/sbin
LOGNAME=root
USER=root
This page took
0.02707 seconds
and
4
git commands to generate.