Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
bb26ee0be2719157b64298c8baa13f95c7d3a57d
/
.
/
external
/
routing
/
oonf-init-scripts
/
files
/
oonf_hotplug.sh
blob: e0002b3d8d1d3ae3bb9f874d584dddbc4ff49101 [
file
] [
log
] [
blame
]
#!/bin/sh
case
"${ACTION}"
in
ifup
)
.
/
etc
/
rc
.
common
/
etc
/
init
.
d
/
$
{
DAEMON
}
enabled
&&
{
logger
-
t
"${DAEMON}[hotplug]"
-
p daemon
.
info
'reloading configuration'
.
/
etc
/
rc
.
common
/
etc
/
init
.
d
/
$
{
DAEMON
}
reload
}
;;
esac