From 52eecde88fde56f89895e66af1d5e43c1f7cacd4 Mon Sep 17 00:00:00 2001 From: pcarrier Date: Mon, 7 Feb 2011 12:54:09 +0000 Subject: [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 --- sos/plugins/autofs.py | 1 - 1 file changed, 1 deletion(-) 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()) -- cgit