Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-systemd-integration:master commit in: tmpfiles.d/
Date: Fri, 28 Apr 2017 22:03:00
Message-Id: 1493416713.0f7a75329c65ec87a7f03c67e421bbab32ca5e6c.floppym@gentoo
1 commit: 0f7a75329c65ec87a7f03c67e421bbab32ca5e6c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 21:58:33 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 21:58:33 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-systemd-integration.git/commit/?id=0f7a7532
7
8 Update mode/group on /run/lock to match OpenRC
9
10 tmpfiles.d/gentoo-run.conf | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/tmpfiles.d/gentoo-run.conf b/tmpfiles.d/gentoo-run.conf
14 index 5b3bcab..bede9fa 100644
15 --- a/tmpfiles.d/gentoo-run.conf
16 +++ b/tmpfiles.d/gentoo-run.conf
17 @@ -2,4 +2,4 @@
18 # We just create that directory for now, just in case.
19 # Of course, it's not guaranteed that'll satisfy all relevant packages.
20
21 -d /run/lock 0755 root root -
22 +d /run/lock 0775 root uucp -