Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 599974 - dev-db/redis: please add init script for sentinel
Summary: dev-db/redis: please add init script for sentinel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Johan Bergström
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 10:20 UTC by Tomáš Mózes
Modified: 2017-12-19 10:13 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 Tomáš Mózes 2016-11-16 10:20:51 UTC
We do provide a configuration in /etc/sentinel.conf and also create a symlink for it. The last step would be to create an init script for it.
Comment 1 Tomáš Mózes 2017-12-08 08:28:13 UTC
https://github.com/gentoo/gentoo/pull/6480
Comment 2 Larry the Git Cow gentoo-dev 2017-12-19 10:13:40 UTC
The bug has been closed via the following commit(s):

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

commit 8f4e968d986f3d551178ca19d78a42c579afceb0
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2017-12-08 08:26:50 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-12-19 10:13:29 +0000

    dev-db/redis: version bump to 4.0.6.
    
    Closes: https://bugs.gentoo.org/574856
    Closes: https://bugs.gentoo.org/599974
    Closes: https://bugs.gentoo.org/639924
    Closes: https://github.com/gentoo/gentoo/pull/6480
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-db/redis/Manifest                              |   1 +
 .../redis/files/redis-sentinel-4.0.6-config.patch  |   9 ++
 dev-db/redis/files/redis-sentinel.confd            |  16 +++
 dev-db/redis/files/redis-sentinel.initd            |  22 ++++
 dev-db/redis/files/redis.logrotate                 |   6 +
 dev-db/redis/redis-4.0.6.ebuild                    | 141 +++++++++++++++++++++
 6 files changed, 195 insertions(+)