3 .
/etc
/network.overrides
4 [ "$FAILSAFE" != "true" -a -e /etc
/config
/network
] && .
/etc
/config
/network
6 PATH
=/bin
:/sbin
:/usr
/bin
:/usr
/sbin
9 export PATH LOGNAME USER
11 [ \
! -z "$1" -a -d /etc
/hotplug.d
/$1 ] && {
12 for script in $
(ls /etc
/hotplug.d
/$1/* 2>&-); do (
13 [ -f $script ] && .
$script
This page took 0.050405 seconds and 5 git commands to generate.