diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-17 12:58:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-17 13:00:39 +0200 |
commit | 7613d0aec98d86c449aad7932116a2e7d67f8507 (patch) | |
tree | 624ea1d6bbc019c7dd32d73f4b9da6b0f48cbad0 /tmpfiles.d/var.conf | |
parent | a7997073ac07add6cb30dcd9491c0179b2d6ad52 (diff) |
tmpfiles: remove line for automatic clean-ups for /var/cache/man/
Management of /var/cache/man should move to the distribution package
owning the directory (for example, man-db). As man pages are a
non-essential part of the system and unnecessary for minimal setups,
there's no point in having systemd ship these lines.
Distribution packages should make sure the appropriate package for their
distribution adopts this line. Ideally, the line is adopted by the
upstream package.
For Fedora I have filed this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1110274
Diffstat (limited to 'tmpfiles.d/var.conf')
-rw-r--r-- | tmpfiles.d/var.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmpfiles.d/var.conf b/tmpfiles.d/var.conf index 45822e4a10..4b63e4197b 100644 --- a/tmpfiles.d/var.conf +++ b/tmpfiles.d/var.conf @@ -16,7 +16,6 @@ f /var/log/wtmp 0664 root utmp - f /var/log/btmp 0600 root utmp - d /var/cache 0755 - - - -d /var/cache/man - - - 30d d /var/lib 0755 - - - d /var/spool 0755 - - - |