summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-01-29 14:57:23 -0500
committerMike Gilbert <floppym@gentoo.org>2023-01-29 14:57:23 -0500
commit534831a8a15fd0823e73436c765c44fe58128ca3 (patch)
tree9601f30fc603c4ebff723128fdc1ee682a0d71fc
parentnet-print/epson-inkjet-printer-escpr: Stabilize 1.7.22 ppc64, #892519 (diff)
downloadgentoo-534831a8.tar.gz
gentoo-534831a8.tar.bz2
gentoo-534831a8.zip
sys-apps/systemd-utils: use default permissions for /run/lock
If /run/lock does not exist, it will be created with owner root:root and mode 0755. If /run/lock already exists, its permissions will not be altered. Closes: https://bugs.gentoo.org/892517 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--sys-apps/systemd-utils/files/legacy.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/files/legacy.conf b/sys-apps/systemd-utils/files/legacy.conf
index cbcac747e5d8..2d322e886960 100644
--- a/sys-apps/systemd-utils/files/legacy.conf
+++ b/sys-apps/systemd-utils/files/legacy.conf
@@ -1,3 +1,3 @@
# Based on legacy.conf from systemd
-d /run/lock 0755 root root -
+d /run/lock
L /var/lock - - - - ../run/lock