2 # Copyright (C) 2006-2010 OpenWrt.org
4 export HOTPLUG_TYPE
="$1"
8 PATH
=/bin
:/sbin
:/usr
/bin
:/usr
/sbin
11 export PATH LOGNAME USER
13 [ \
! -z "$1" -a -d /etc
/hotplug.d
/$1 ] && {
14 for script in $
(ls /etc
/hotplug.d
/$1/* 2>&-); do (
15 [ -f $script ] && .
$script
This page took 0.039313 seconds and 5 git commands to generate.