Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626280 - net-misc/kea: does not include systemd service file
Summary: net-misc/kea: does not include systemd service file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Dennis Lamm
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: install-systemd-unit
  Show dependency tree
 
Reported: 2017-07-26 19:20 UTC by Maciej Piechotka
Modified: 2021-09-08 04:54 UTC (History)
2 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 Maciej Piechotka 2017-07-26 19:20:43 UTC
There seems to be readily available in the internet (though not shipped with sources): https://github.com/isc-projects/kea-contrib/tree/master/systemd
Comment 1 Larry the Git Cow gentoo-dev 2021-09-08 04:53:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105bd8959f968d89b5f5d6216756f4123602f608

commit 105bd8959f968d89b5f5d6216756f4123602f608
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2021-08-26 17:21:27 +0000
Commit:     Dennis Lamm <expeditioneer@gentoo.org>
CommitDate: 2021-09-08 04:48:31 +0000

    net-misc/kea: various improvements
    
    fixed-gtest detection
    added Systemd services
    
    Closes: https://bugs.gentoo.org/693332
    Closes: https://bugs.gentoo.org/626280
    Bug: https://bugs.gentoo.org/751883
    
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>

 net-misc/kea/files/kea-1.8.2-gtest.patch    | 149 ++++++++++
 net-misc/kea/files/kea-1.9.10-gtest.patch   | 143 ++++++++++
 net-misc/kea/files/kea-ctrl-agent.conf      |  99 +++++++
 net-misc/kea/files/kea-ctrl-agent.service   |  19 ++
 net-misc/kea/files/kea-ddns-server.conf     |  76 +++++
 net-misc/kea/files/kea-ddns-server.service  |  18 ++
 net-misc/kea/files/kea-dhcp4-server.service |  18 ++
 net-misc/kea/files/kea-dhcp4.conf           | 401 ++++++++++++++++++++++++++
 net-misc/kea/files/kea-dhcp6-server.service |  18 ++
 net-misc/kea/files/kea-dhcp6.conf           | 420 ++++++++++++++++++++++++++++
 net-misc/kea/files/kea.tmpfiles.conf        |   2 +
 net-misc/kea/kea-1.8.2-r1.ebuild            | 112 ++++++++
 net-misc/kea/kea-1.9.10-r1.ebuild           | 111 ++++++++
 net-misc/kea/kea-9999.ebuild                |  53 +++-
 net-misc/kea/metadata.xml                   |  10 +
 15 files changed, 1638 insertions(+), 11 deletions(-)