pkgsrc/net/inadyn/files/inadyn.sh
snj b588eb6c84 Update inadyn to 1.99.13.
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
2015-04-04 07:59:33 +00:00

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"