diff options
-rw-r--r-- | sos/plugins/autofs.py | 1 |
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()) |