diff options
-rw-r--r-- | sos/plugins/general.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py index 47bd2191..a41c4a7a 100644 --- a/sos/plugins/general.py +++ b/sos/plugins/general.py @@ -38,6 +38,7 @@ class general(Plugin): "/etc/hostid", "/var/lib/dbus/machine-id", "/etc/exports", + "/etc/localtime", "/root/anaconda-ks.cfg"]) limit = self.getOption("syslogsize") |