summaryrefslogtreecommitdiff
path: root/net-dns
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-08-08 21:23:30 +0200
committerKarel Kočí <cynerd@email.cz>2020-08-08 21:23:30 +0200
commit41506ced1de5c2af6c6556fb3bd26963511deda0 (patch)
treea6d0460cea5f1a17359d3e269dbb7e027a1d3b53 /net-dns
parent6dcfdbd03abda72f98675754fa6b1a8ac29c69bd (diff)
downloadgentoo-personal-overlay-41506ced1de5c2af6c6556fb3bd26963511deda0.tar.gz
gentoo-personal-overlay-41506ced1de5c2af6c6556fb3bd26963511deda0.tar.bz2
gentoo-personal-overlay-41506ced1de5c2af6c6556fb3bd26963511deda0.zip
net-dns/dyndnsc: fix init
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dyndnsc/dyndnsc-0.5.1-r2.ebuild (renamed from net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild)0
-rwxr-xr-xnet-dns/dyndnsc/files/dyndnsc.init3
2 files changed, 2 insertions, 1 deletions
diff --git a/net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild b/net-dns/dyndnsc/dyndnsc-0.5.1-r2.ebuild
index 556bbe2..556bbe2 100644
--- a/net-dns/dyndnsc/dyndnsc-0.5.1-r1.ebuild
+++ b/net-dns/dyndnsc/dyndnsc-0.5.1-r2.ebuild
diff --git a/net-dns/dyndnsc/files/dyndnsc.init b/net-dns/dyndnsc/files/dyndnsc.init
index bf7c419..30d52be 100755
--- a/net-dns/dyndnsc/files/dyndnsc.init
+++ b/net-dns/dyndnsc/files/dyndnsc.init
@@ -3,4 +3,5 @@
description="Dynamic dns update client"
supervisor="supervise-daemon"
command="dyndnsc"
-command_args="--config /etc/dyndnsc.init --loop"
+command_args="--config /etc/dyndnsc.ini --loop"
+error_logger="/usr/bin/logger"