diff options
author | Louis Bouchard <louis.bouchard@canonical.com> | 2013-04-05 15:11:33 +0200 |
---|---|---|
committer | Louis Bouchard <louis.bouchard@canonical.com> | 2013-04-05 15:11:33 +0200 |
commit | 23f5fd1dcbf5ab2b0e158bfbf21947c34ecc0bb0 (patch) | |
tree | 8ccc6612d7a151775e1f182e8768c295c8a6675f | |
parent | 1ac503392eb855286f5b9adff84a8306931b664f (diff) | |
download | sos-23f5fd1dcbf5ab2b0e158bfbf21947c34ecc0bb0.tar.gz |
Removed ufw bits which is now in networking
-rw-r--r-- | sos/plugins/general.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py index 93f8688e..1e9f9edb 100644 --- a/sos/plugins/general.py +++ b/sos/plugins/general.py @@ -107,7 +107,6 @@ class UbuntuGeneral(DebianGeneral, UbuntuPlugin): super(UbuntuGeneral, self).setup() self.add_copy_specs([ "/etc/os-release", - "/var/log/ufw.log", "/var/log/apport.log", "/var/log/syslog", "/var/log/udev", @@ -121,4 +120,3 @@ class UbuntuGeneral(DebianGeneral, UbuntuPlugin): "/var/log/unattended-upgrades", "/var/log/upstart" ]) - self.add_cmd_output("/usr/sbin/ufw app list",root_symlink="ufw") |