b588eb6c84
In the last five years, the following has happened to inadyn: - Binary moved from bin to sbin - Added support for more DDNS providers - Added SSL support - Gained other minor features - Fixed bugs
17 lines
284 B
Bash
17 lines
284 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: inadyn.sh,v 1.2 2015/04/04 07:59:33 snj Exp $
|
|
#
|
|
|
|
# PROVIDE: inadyn
|
|
# REQUIRE: NETWORK
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="inadyn"
|
|
rcvar=$name
|
|
command="@PREFIX@/sbin/${name}"
|
|
required_files="@PKG_SYSCONFDIR@/inadyn.conf"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|