diff options
author | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2011-02-08 22:57:18 +0000 |
---|---|---|
committer | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2011-02-08 22:57:18 +0000 |
commit | 07f26be3abefc7d6df90a4785668e5082d7f4ff1 (patch) | |
tree | 65130a79c244c6033641a3cb24d9669ff88ab079 | |
parent | b2b74fd63091290050b247712bf1e27961390fe8 (diff) | |
download | sos-07f26be3abefc7d6df90a4785668e5082d7f4ff1.tar.gz |
[plugins] x11: gdm is in gdm.py, dmesg is in system.py
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1076 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | sos/plugins/x11.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sos/plugins/x11.py b/sos/plugins/x11.py index 07277dc2..7b8d08e7 100644 --- a/sos/plugins/x11.py +++ b/sos/plugins/x11.py @@ -26,8 +26,6 @@ class x11(sos.plugintools.PluginBase): "/etc/X11", "/var/log/Xorg.*.log", "/var/log/XFree86.*.log", - "/etc/gdm"]) - self.collectExtOutput("/bin/dmesg | grep -e 'agpgart.'") - + ) self.addForbiddenPath("/etc/X11/X") self.addForbiddenPath("/etc/X11/fontpath.d") |