From 09bef967d9cacb95bafab0882606cc3a57ac324e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 25 Jul 2019 19:12:02 +0200 Subject: tmpfiles: stop creating /etc/localtime symlink If the symlink is not present, UTC is the default. There *is* a slight advantage to it: humans might expect it to be present and look in /etc. But it might interfere with post-install scripts and it doesn't serve any technical purpose. Let's not create it. Fixes #13183. --- tmpfiles.d/etc.conf.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'tmpfiles.d') diff --git a/tmpfiles.d/etc.conf.m4 b/tmpfiles.d/etc.conf.m4 index 7ad908c9bf..123de6ea42 100644 --- a/tmpfiles.d/etc.conf.m4 +++ b/tmpfiles.d/etc.conf.m4 @@ -8,7 +8,6 @@ # See tmpfiles.d(5) for details L /etc/os-release - - - - ../usr/lib/os-release -L /etc/localtime - - - - ../usr/share/zoneinfo/UTC L+ /etc/mtab - - - - ../proc/self/mounts m4_ifdef(`HAVE_SMACK_RUN_LABEL', t /etc/mtab - - - - security.SMACK64=_ -- cgit v1.2.1