From: nbd Date: Mon, 7 Nov 2005 02:18:59 +0000 (+0000) Subject: include functions and network config in hotplug X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=46262e555dd82ac7df3a3e7e617c726cb511902f;hp=26784daebd6edbc7c956f9fcf2fde18d03b13688;p=openwrt-10.03%2F.git include functions and network config in hotplug git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2370 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/default/sbin/hotplug b/package/base-files/default/sbin/hotplug index 57ee969cf..4e009593a 100755 --- a/package/base-files/default/sbin/hotplug +++ b/package/base-files/default/sbin/hotplug @@ -1,4 +1,8 @@ #!/bin/sh +. /etc/functions.sh +. /etc/network.overrides +[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network + PATH=/bin:/sbin:/usr/bin:/usr/sbin LOGNAME=root USER=root