diff options
-rw-r--r-- | sos/plugins/general.py | 3 |
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): |