13178ca5fa
This synchronises sos in master to the current upstream sos-2.2 branch and includes all patches from RHEL6 not already present.
13 lines
619 B
Diff
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")
|