Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / etc / rc.d / ntpd
1 #!/bin/sh
2 #
3 # $NetBSD: ntpd,v 1.6 2002/03/22 04:33:59 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/ntpd,v 1.5 2002/10/12 10:31:31 schweikh Exp $
5 # $DragonFly: src/etc/rc.d/Attic/ntpd,v 1.5 2005/11/19 21:47:32 swildner Exp $
6 #
7
8 # PROVIDE: ntpd
9 # REQUIRE: NETWORKING
10 # BEFORE:  LOGIN
11
12 . /etc/rc.subr
13
14 name=ntpd
15 rcvar=`set_rcvar`
16 command="/usr/sbin/${name}"
17 required_files="/etc/ntpd.conf"
18 load_rc_config $name
19 run_rc_command "$1"