diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | tmpfiles.d/gentoo-run.conf | 5 |
2 files changed, 0 insertions, 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 - |