vp-build/templates/ntp/files/ntpd
Juan RP d8e6bb470a Added ntp-4.2.4p6 template.
--HG--
extra : convert_revision : c4a40d020f6aa132836167ea175cf2de7a47b0d3
2009-03-10 09:37:29 +01:00

20 lines
312 B
Bash

#!/bin/sh
#
# $NetBSD: ntpd,v 1.13 2004/08/13 18:08:03 mycroft Exp $
#
# PROVIDE: ntpd
# REQUIRE: DAEMON
# BEFORE: LOGIN
$_rc_subr_loaded . /etc/rc.subr
name="ntpd"
rcvar=$name
command="/usr/bin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/ntp.conf"
load_rc_config $name
run_rc_command "$1"