aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2012-12-06 21:32:39 +0000
committerBryn M. Reeves <bmr@redhat.com>2012-12-06 21:32:39 +0000
commitcaf23c1cd920095810365e2dcdf15edacb027516 (patch)
treeebbfd8c4ba69f4144fb5bbc6f4d57dd609ea4a16
parent3cf7f797e2efc150609b6506325605efbc41b2e7 (diff)
downloadsos-caf23c1cd920095810365e2dcdf15edacb027516.tar.gz
Add /etc/localtime to general module
-rw-r--r--sos/plugins/general.py1
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")