diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 21:32:39 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-06 21:32:39 +0000 |
commit | caf23c1cd920095810365e2dcdf15edacb027516 (patch) | |
tree | ebbfd8c4ba69f4144fb5bbc6f4d57dd609ea4a16 | |
parent | 3cf7f797e2efc150609b6506325605efbc41b2e7 (diff) | |
download | sos-caf23c1cd920095810365e2dcdf15edacb027516.tar.gz |
Add /etc/localtime to general module
-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") |