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