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
691 B
Diff
13 lines
691 B
Diff
diff -up sos-2.2/sos/plugins/startup.py.orig sos-2.2/sos/plugins/startup.py
|
|
--- sos-2.2/sos/plugins/startup.py.orig 2011-02-25 11:55:10.000000000 +0000
|
|
+++ sos-2.2/sos/plugins/startup.py 2011-02-25 11:55:24.000000000 +0000
|
|
@@ -22,7 +22,7 @@ class startup(sos.plugintools.PluginBase
|
|
def setup(self):
|
|
self.addCopySpec("/etc/rc.d")
|
|
|
|
- self.collectExtOutput("LC_ALL=C /sbin/chkconfig --list", root_symlink = "chkconfig")
|
|
+ self.collectExtOutput("/sbin/chkconfig --list", root_symlink = "chkconfig")
|
|
if self.getOption('servicestatus'):
|
|
self.collectExtOutput("/sbin/service --status-all")
|
|
self.collectExtOutput("/sbin/runlevel")
|