ref: 388e7781c24cbdb2299607d47472f7741cc5f80f
dir: /rc/bin/inst/stopether/
#!/bin/rc # desc: shut down the ethernet connection # prereq: switch($1) { case checkready if(! isipdevup /net/ether0) { stopether=notdone export stopether } case go ip/ipconfig ether /net/ether0 unbind case checkdone stopether=notdone export stopether }