summaryrefslogtreecommitdiff
path: root/sys-apps/systemd/files/226-noclean-tmp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd/files/226-noclean-tmp.patch')
-rw-r--r--sys-apps/systemd/files/226-noclean-tmp.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/systemd/files/226-noclean-tmp.patch b/sys-apps/systemd/files/226-noclean-tmp.patch
deleted file mode 100644
index 290b1bd3..00000000
--- a/sys-apps/systemd/files/226-noclean-tmp.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 3a44775e2618896526d093f7142934205e46d33a Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Fri, 25 Sep 2015 10:26:18 -0400
-Subject: [PATCH] tmpfiles: Disable cleaning of /tmp and /var/tmp
-
-Bug: https://bugs.gentoo.org/490676
----
- tmpfiles.d/tmp.conf | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tmpfiles.d/tmp.conf b/tmpfiles.d/tmp.conf
-index ffdd82f..241fad5 100644
---- a/tmpfiles.d/tmp.conf
-+++ b/tmpfiles.d/tmp.conf
-@@ -8,8 +8,8 @@
- # See tmpfiles.d(5) for details
-
- # Clear tmp directories separately, to make them easier to override
--v /tmp 1777 root root 10d
--v /var/tmp 1777 root root 30d
-+v /tmp 1777 root root
-+v /var/tmp 1777 root root
-
- # Exclude namespace mountpoints created with PrivateTmp=yes
- x /tmp/systemd-private-%b-*
---
-2.5.3
-