Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766015 - =dev-db/etcd-3.3.23 OpenRC init.d script passes wrong arguments
Summary: =dev-db/etcd-3.3.23 OpenRC init.d script passes wrong arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-01-18 16:21 UTC by Alain Zscheile
Modified: 2023-01-20 07:10 UTC (History)
0 users

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 Alain Zscheile 2021-01-18 16:21:21 UTC
the current init.d script for etcd passes "-name=${ETCD_NAME} -data-dir=${ETCD_DATA_DIR}" to etcd, but it should pass "--name ${ETCD_NAME} --data-dir ${ETCD_DATA_DIR}" (according to 'etcd --help') instead.
Comment 1 Larry the Git Cow gentoo-dev 2023-01-20 07:10:25 UTC
The bug has been closed via the following commit(s):

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

commit baecf6809f8c5569d74d816b26c997d4f0fc0726
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2023-01-19 15:57:57 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2023-01-20 07:10:20 +0000

    dev-db/etcd: fixes to package
    
    Update to EAPI8.
    Update init.d/conf.d files to use correct options and new config file, update
    tmpfiles.d configuration.
    
    Closes: https://bugs.gentoo.org/891397
    Closes: https://bugs.gentoo.org/829695
    Closes: https://bugs.gentoo.org/766015
    Closes: https://github.com/gentoo/gentoo/pull/29172
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-db/etcd/etcd-3.4.16-r1.ebuild      | 79 ++++++++++++++++++++++++++++++++++
 dev-db/etcd/files/etcd.confd-r1        |  1 +
 dev-db/etcd/files/etcd.initd-r1        | 27 ++++++++++++
 dev-db/etcd/files/etcd.service-r1      | 17 ++++++++
 dev-db/etcd/files/etcd.tmpfiles.d.conf |  2 +-
 dev-db/etcd/metadata.xml               |  6 +--
 6 files changed, 127 insertions(+), 5 deletions(-)