aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2011-02-07 12:54:09 +0000
committerpcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8>2011-02-07 12:54:09 +0000
commit52eecde88fde56f89895e66af1d5e43c1f7cacd4 (patch)
tree77069903ab2d6ea744727a19eb905b38e9b5d2c6
parent6404f425c9ead273352303b1ab181b3a1ab85c80 (diff)
downloadsos-52eecde88fde56f89895e66af1d5e43c1f7cacd4.tar.gz
[plugins] autofs.py: removed 'chkconfig --list autofs' (available through startup.py)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1072 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--sos/plugins/autofs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/autofs.py b/sos/plugins/autofs.py
index fbc3c5b9..7606f923 100644
--- a/sos/plugins/autofs.py
+++ b/sos/plugins/autofs.py
@@ -48,6 +48,5 @@ class autofs(sos.plugintools.PluginBase):
self.collectExtOutput("ps auxwww | grep automount")
self.collectExtOutput("/bin/egrep -e 'automount|pid.*nfs' /proc/mounts")
self.collectExtOutput("/bin/mount | egrep -e 'automount|pid.*nfs'")
- self.collectExtOutput("LC_ALL=C /sbin/chkconfig --list autofs")
if self.checkdebug():
self.addCopySpec(self.getdaemondebug())