#!/bin/sh

. /etc/rc.common

##
# Start up Configuration Server
##

case "${HOSTNAME:=-AUTOMATIC-}" in
	"-AUTOMATIC-" | "") hostname localhost ;;
	*) hostname "${HOSTNAME}" ;;
esac

ConsoleMessage "Starting Network Configuration Server"
configd
