projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
patch for spec file of gcc 3.4.4, so that libgss library is not
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
sbin
/
hotplug
diff --git
a/openwrt/package/base-files/default/sbin/hotplug
b/openwrt/package/base-files/default/sbin/hotplug
index
57ee969
..
e53b2af
100755
(executable)
--- a/
openwrt/package/base-files/default/sbin/hotplug
+++ b/
openwrt/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.024143 seconds
and
4
git commands to generate.