commit:     042e5b8d0e84bfa2ba592a04a1dc9d529a206b7b
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 16:03:05 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:03:05 2020 +0000
URL:        
https://gitweb.gentoo.org/proj/gentoo-systemd-integration.git/commit/?id=042e5b8d

Drop /run/lock tmpfiles snippet

We now enable sysv compat in >=sys-apps/systemd-245-r5.

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 Makefile.am                | 2 --
 tmpfiles.d/gentoo-run.conf | 5 -----
 2 files changed, 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0d4c179..bb003c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
 
 dist_sysctl_DATA = \
        sysctl.d/60-gentoo.conf
-dist_tmpfiles_DATA = \
-       tmpfiles.d/gentoo-run.conf
 dist_systemdsystempreset_DATA = \
        system-preset/99-default.preset
 dist_systemdsystemgenerator_SCRIPTS = \

diff --git a/tmpfiles.d/gentoo-run.conf b/tmpfiles.d/gentoo-run.conf
deleted file mode 100644
index bede9fa..0000000
--- a/tmpfiles.d/gentoo-run.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# New OpenRC versions replace /var/lock with a symlink to /run/lock.
-# We just create that directory for now, just in case.
-# Of course, it's not guaranteed that'll satisfy all relevant packages.
-
-d /run/lock 0775 root uucp -

Reply via email to