Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665150 - net-dns/ddclient-3.9.0 wrong bin path in systemd ddclient.service
Summary: net-dns/ddclient-3.9.0 wrong bin path in systemd ddclient.service
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-03 10:37 UTC by Steven Green
Modified: 2018-09-04 09:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Green 2018-09-03 10:37:15 UTC
the build installs ddclient into /usr/bin but ddclient.service refers to /usr/sbin/ddclient so it fails with

Failed at step EXEC spawning /usr/sbin/ddclient: No such file or directory

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2018-09-04 09:44:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8731f58759662021ba669f118ded858815ae800c

commit 8731f58759662021ba669f118ded858815ae800c
Author:     Conrad Kostecki <conrad@kostecki.com>
AuthorDate: 2018-09-03 12:06:45 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2018-09-04 09:42:44 +0000

    net-dns/ddclient: fix systemd unit
    
    Closes: https://bugs.gentoo.org/665150
    Package-Manager: Portage-2.3.48, Repoman-2.3.10
    Closes: https://github.com/gentoo/gentoo/pull/9773

 net-dns/ddclient/ddclient-3.9.0-r1.ebuild  | 63 ++++++++++++++++++++++++++++++
 net-dns/ddclient/files/ddclient.service-r1 |  2 +-
 net-dns/ddclient/files/ddclient.tmpfiles   |  3 ++
 3 files changed, 67 insertions(+), 1 deletion(-)