Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/files/
Date: Sun, 29 Jan 2023 20:00:22
Message-Id: 1675022243.534831a8a15fd0823e73436c765c44fe58128ca3.floppym@gentoo
1 commit: 534831a8a15fd0823e73436c765c44fe58128ca3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 19:57:23 2023 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 19:57:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534831a8
7
8 sys-apps/systemd-utils: use default permissions for /run/lock
9
10 If /run/lock does not exist, it will be created with owner root:root and
11 mode 0755.
12
13 If /run/lock already exists, its permissions will not be altered.
14
15 Closes: https://bugs.gentoo.org/892517
16 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
17
18 sys-apps/systemd-utils/files/legacy.conf | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/sys-apps/systemd-utils/files/legacy.conf b/sys-apps/systemd-utils/files/legacy.conf
22 index cbcac747e5d8..2d322e886960 100644
23 --- a/sys-apps/systemd-utils/files/legacy.conf
24 +++ b/sys-apps/systemd-utils/files/legacy.conf
25 @@ -1,3 +1,3 @@
26 # Based on legacy.conf from systemd
27 -d /run/lock 0755 root root -
28 +d /run/lock
29 L /var/lock - - - - ../run/lock