openbsd-ports/net/ntp/pkg/xntpd.rc
landry 54066adc97 Rename 'Reference NTP' rc script to xntpd to avoid conflict with the
basesystem's ntpd rc script. Adjust PLIST and bump.
Previous diff looked ok to aja@, rename to xntpd instead of isc_ntpd
prodded by naddy@.
2011-07-11 17:43:14 +00:00

12 lines
152 B
Bash

#!/bin/sh
#
# $OpenBSD: xntpd.rc,v 1.1 2011/07/11 17:43:14 landry Exp $
daemon="${TRUEPREFIX}/sbin/ntpd"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_cmd $1