sos/sos-bz730641-fix-prox-net.patch
Bryn M. Reeves 13178ca5fa Update sos to 2.2-29
This synchronises sos in master to the current upstream sos-2.2 branch and
includes all patches from RHEL6 not already present.
2012-06-22 12:16:21 +01:00

13 lines
619 B
Diff

diff -up sos-2.2/sos/plugins/networking.py.orig sos-2.2/sos/plugins/networking.py
--- sos-2.2/sos/plugins/networking.py.orig 2012-03-06 11:18:02.339316914 +0000
+++ sos-2.2/sos/plugins/networking.py 2012-03-06 11:18:04.615316966 +0000
@@ -58,7 +58,7 @@ class networking(sos.plugintools.PluginB
self.writeTextToCommand(cmd,"IPTables module "+tablename+" not loaded\n")
def setup(self):
- self.addCopySpec("/proc/net")
+ self.addCopySpec("/proc/net/")
self.addCopySpec("/etc/nsswitch.conf")
self.addCopySpec("/etc/yp.conf")
self.addCopySpec("/etc/inetd.conf")