Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
 
 
 
 
 
 

22 lines
259 B

#!/bin/sh
#
# $OpenBSD: nsd,v 1.4 2012/08/04 15:28:39 ajacoutot Exp $
daemon="/usr/sbin/nsd"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_usercheck=NO
daemon_ctl="/usr/sbin/nsdc"
rc_stop() {
${daemon_ctl} stop
}
rc_check() {
${daemon_ctl} running
}
rc_cmd $1