#!/bin/sh
which ip dhclient hostname brctl >/dev/null 2>&1 || exit 1
exit 255

