2 [ -e /tmp
/.failsafe
] && {
5 [ -e /etc
/config
/network
] && .
/etc
/config
/network
8 .
/etc
/network.overrides
10 PATH
=/bin
:/sbin
:/usr
/bin
:/usr
/sbin
13 export PATH LOGNAME USER
15 [ \
! -z "$1" -a -d /etc
/hotplug.d
/$1 ] && {
16 for script in $
(ls /etc
/hotplug.d
/$1/* 2>&-); do (
17 [ -f $script ] && .
$script
This page took 0.043912 seconds and 5 git commands to generate.