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 870bee9e..ece4e88d 100644 --- a/sos/plugins/autofs.py +++ b/sos/plugins/autofs.py @@ -29,7 +29,6 @@ class autofs(sos.plugintools.PluginBase): """ testing if autofs debug has been enabled anywhere """ # Global debugging - optlist=[] opt = self.fileGrep(r"^(DEFAULT_LOGGING|DAEMONOPTIONS)=(.*)", "/etc/sysconfig/autofs") for opt1 in opt: for opt2 in opt1.split(" "): |