#!/bin/sh ## # BIND name service. ## . /etc/rc.common if [ "${DNSSERVER:=-NO-}" = "-YES-" ]; then ConsoleMessage "Starting named" named fi