From 042e5b8d0e84bfa2ba592a04a1dc9d529a206b7b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 10 May 2020 12:03:05 -0400 Subject: Drop /run/lock tmpfiles snippet We now enable sysv compat in >=sys-apps/systemd-245-r5. Signed-off-by: Mike Gilbert --- Makefile.am | 2 -- tmpfiles.d/gentoo-run.conf | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 tmpfiles.d/gentoo-run.conf 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 - -- cgit v1.2.3-65-gdbad