Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676046 - dev-db/redis uses /var/run instead of /run
Summary: dev-db/redis uses /var/run instead of /run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: keepdir-var-run_lock 830306
  Show dependency tree
 
Reported: 2019-01-22 15:11 UTC by Horst Prote
Modified: 2021-12-30 17:04 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 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(+)