#!/bin/sh
#
# $PDP11: ethtimed-netbsd,v 1.1 2014/06/09 11:56:45 form Exp $

#
# Add the following lines to /etc/rc.conf to enable ethtimed:
#
# ethtimed_enable="YES"	# Enable ethtimed startup
# ethtimed_flags=""	# Set this one to override default flags
#
# See ethtimed(8) for flags
#

. /etc/rc.subr

name=ethtimed
rcvar=ethtimed_enable
command=/usr/pkg/sbin/ethtimed

load_rc_config ${name}

run_rc_command "$1"
