echo "Installing dnsmasq ..."

if [ "`pwd`" = "/" ] && which service 2> /dev/null ; then
    service -s dnsmasq 
fi
