Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 676046

Summary: dev-db/redis uses /var/run instead of /run
Product: Gentoo Linux Reporter: Horst Prote <prote>
Component: Current packagesAssignee: Ultrabug <ultrabug>
Status: RESOLVED FIXED    
Severity: normal CC: hydrapolic, robbat2
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11456
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 332633, 830306    

Description Horst Prote 2019-01-22 15:11:00 UTC
$ cat /usr/portage/dev-db/redis/files/redis.tmpfiles
# redis runtime directory
d /var/run/redis 0755 redis root -

This will be installed as /usr/lib64/tmpfiles.d/redis.conf

Starting redis with "systemctl start redis.service" produced this message in the journal:
systemd-tmpfiles[1948]: [/usr/lib64/tmpfiles.d/redis.conf:2] Line references path below legacy directory /var/run/, updating /var/run/redis → /run/redis; please update the tmpfiles.d/ drop-in file accordingly.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-18 05:11:55 UTC
The bug has been closed via the following commit(s):

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

commit 92082e3e00062ad5ba88d5b8e09327283acd6a7c
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2019-03-22 05:57:02 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2019-04-18 05:10:32 +0000

    dev-db/redis: bump to 4.0.14
    
    Closes: https://bugs.gentoo.org/676046
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/11456
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 dev-db/redis/Manifest               |   1 +
 dev-db/redis/files/redis.service-3  |  14 ++++
 dev-db/redis/files/redis.tmpfiles-2 |   2 +
 dev-db/redis/redis-4.0.14.ebuild    | 141 ++++++++++++++++++++++++++++++++++++
 4 files changed, 158 insertions(+)