Merge from vendor branch FILE:
[dragonfly.git] / etc / rc.d / dntpd
1 #!/bin/sh
2 #
3 #$DragonFly: src/etc/rc.d/dntpd,v 1.1 2005/05/24 02:51:49 rob Exp $
4
5 # PROVIDE: dntpd
6 # REQUIRE: NETWORKING
7 # BEFORE:  LOGIN
8 # KEYWORD: DragonFly
9
10 . /etc/rc.subr
11
12 name=dntpd
13 rcvar=`set_rcvar`
14 command="/usr/sbin/${name}"
15 required_files=""
16 load_rc_config $name
17 run_rc_command "$1"