1#!/bin/sh 2# 3# $NetBSD: ntpd,v 1.3 2000/09/19 13:04:39 lukem Exp $ 4# 5 6# PROVIDE: ntpd 7# REQUIRE: DAEMON 8 9. /etc/rc.subr 10 11name="ntpd" 12rcvar=$name 13command="/usr/sbin/${name}" 14pidfile="/var/run/${name}.pid" 15required_files="/etc/ntp.conf" 16 17load_rc_config $name 18run_rc_command "$1" 19