|
Line 0
Link Here
|
|
|
1 |
--- __init__.py.bak Sun Mar 21 17:40:07 2004 |
| 2 |
+++ __init__.py Sun Mar 21 17:41:40 2004 |
| 3 |
@@ -21,7 +21,7 @@ |
| 4 |
self._set_config_type("update", TYPE_INT, int(interval)) |
| 5 |
self._set_config_type("format", TYPE_STRING, format) |
| 6 |
self._set_config_type("host", TYPE_STRING, commands.getoutput("uname -n")) |
| 7 |
- self._set_config_type("os", TYPE_STRING, commands.getoutput("uname -o")) |
| 8 |
+ self._set_config_type("os", TYPE_STRING, commands.getoutput("uname -s")) |
| 9 |
self._set_config_type("kernel", TYPE_STRING, commands.getoutput("uname -s")) |
| 10 |
self._set_config_type("version", TYPE_STRING, commands.getoutput("uname -r")) |
| 11 |
self._set_config_type("processor", TYPE_STRING, commands.getoutput("uname -p")) |