xref: /dragonfly/etc/rc.d/dntpd (revision 5fb3968e)
1#!/bin/sh
2#
3#$DragonFly: src/etc/rc.d/dntpd,v 1.2 2005/11/19 21:47:32 swildner Exp $
4
5# PROVIDE: dntpd
6# REQUIRE: NETWORKING
7# BEFORE:  LOGIN
8
9. /etc/rc.subr
10
11name=dntpd
12rcvar=`set_rcvar`
13command="/usr/sbin/${name}"
14required_files=""
15load_rc_config $name
16run_rc_command "$1"
17