11 if ! ck_daemon network
; then
12 /etc
/rc.d
/network stop
16 stat_busy
"Start MAC address"
17 for DEVICE
in ${interfaces_mac}; do
18 eval DEVICEMAC
=\$\
{${DEVICE}_mac\
}
19 /sbin
/ifconfig
${DEVICE} down hw ether
${DEVICEMAC}
23 [ "${STARTNET}" == "true" ] && /etc
/rc.d
/network start
26 stat_busy
"Stop MAC address"
35 echo "usage: $0 {start|stop|restart}"