diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-10-19 12:41:34 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-10-19 12:41:34 (GMT) |
commit | 601cb5987fe81d489ba4c1bafd96be123f3e7053 (patch) | |
tree | 1270812576f2a2ef319dfe20743f0919759be81a /abs/core-testing/runit-scripts | |
parent | e7669898217ae0c57b2798568964e1bb0a71813c (diff) | |
download | linhes_pkgbuild-601cb5987fe81d489ba4c1bafd96be123f3e7053.zip linhes_pkgbuild-601cb5987fe81d489ba4c1bafd96be123f3e7053.tar.gz linhes_pkgbuild-601cb5987fe81d489ba4c1bafd96be123f3e7053.tar.bz2 |
ddclient LinHES-config runit-scripts: add dyndns support
Diffstat (limited to 'abs/core-testing/runit-scripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/ddclient/run | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index 14297fd..3407502 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=96 +pkgrel=97 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core-testing/runit-scripts/runitscripts/services/ddclient/run b/abs/core-testing/runit-scripts/runitscripts/services/ddclient/run new file mode 100755 index 0000000..c5488f6 --- /dev/null +++ b/abs/core-testing/runit-scripts/runitscripts/services/ddclient/run @@ -0,0 +1,8 @@ +#!/bin/sh +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions +stat_runit "Starting ddclient" + + +exec /usr/sbin/ddclient -foreground &> /var/log/ddclient.log |