From: Felix Fietkau Date: Mon, 7 Nov 2005 02:18:59 +0000 (+0000) Subject: include functions and network config in hotplug X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1d0b2efd62c69ce10f80c217e7b708a1fbfe304f;p=15.05%2Fopenwrt.git include functions and network config in hotplug git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2370 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/base-files/default/sbin/hotplug b/openwrt/package/base-files/default/sbin/hotplug index 57ee969cf7..4e009593af 100755 --- a/openwrt/package/base-files/default/sbin/hotplug +++ b/openwrt/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