aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Bouchard <louis.bouchard@canonical.com>2013-04-03 11:17:31 +0200
committerLouis Bouchard <louis.bouchard@canonical.com>2013-04-05 12:13:08 +0200
commit1a989a63de99e2f9e2985d16ffa609a13555cfe5 (patch)
tree376ce702247e33c52343c3995c221e15b3c7f23e
parentb09f2539e13edc5707f3cacc1657aeb09413ce61 (diff)
downloadsos-1a989a63de99e2f9e2985d16ffa609a13555cfe5.tar.gz
More fixes for general.py specific to Ubuntu/Debian
-rw-r--r--sos/plugins/general.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index 1ee9c909..93f8688e 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -98,10 +98,9 @@ class DebianGeneral(General, DebianPlugin):
self.add_copy_specs([
"/etc/debian_version",
"/etc/default",
- "/var/log/up2date",
"/etc/lsb-release"
])
-class UbuntuGeneral(General, UbuntuPlugin):
+class UbuntuGeneral(DebianGeneral, UbuntuPlugin):
"""Basic system information for Ubuntu based distributions"""
def setup(self):