From 27be2a9b02bf698a87af98eb3036182e71a9c298 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 29 Nov 2012 22:48:12 +0000 Subject: Fix collection of /proc/net in networking module --- sos/plugins/networking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 7225e8b6..d76024ba 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -62,7 +62,7 @@ class networking(Plugin, RedHatPlugin): def setup(self): self.addCopySpecs([ - "/proc/net", + "/proc/net/", "/etc/nsswitch.conf", "/etc/yp.conf", "/etc/inetd.conf", -- cgit