#!/bin/sh if [ "${interface}" = "fxp0" ] then if ! ifconfig ${interface} | egrep -q 'status:[[:space:]]*active' then killall dhclient fi fi