openbsd-ports/net/inadyn/pkg/inadyn.rc
pea 3b0b61686a Import inadyn
inadyn is a C based client used to update DNS entries.  This is a fork of
the original INADYN implementation from Narcis Ilisei. Most of the fixes
and additions from the new "upstream" by Christoph Brill have been added.
However, this project is not a fork off of Christoph's repository, but
rather a reengineered version of the original 1.96.2 release with all
additional patches audited and merged separately. Additionally a further
set of code cleanups, features and bug fixes have been added.

ok ajacoutot@
2011-07-21 12:17:02 +00:00

15 lines
273 B
Bash

#!/bin/sh
#
# $OpenBSD: inadyn.rc,v 1.1.1.1 2011/07/21 12:17:02 pea Exp $
daemon="${TRUEPREFIX}/sbin/inadyn"
daemon_flags="-F ${SYSCONFDIR}/inadyn.conf -b -s -d _inadyn:_inadyn"
. /etc/rc.d/rc.subr
rc_pre() {
/usr/bin/install -d -o _inadyn /var/run/inadyn
}
rc_cmd $1