#!/bin/sh

. /etc/rc.common

##
# Start up Authentication Server
##

if [ "${AUTHSERVER:=-NO-}" = "-YES-" ]; then

    ConsoleMessage "Starting Authentication Server"
    tim

fi
