diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-12 07:29:36 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-12 07:29:36 +0000 |
commit | 9af40ceda54d5979730d95999359da33191839fe (patch) | |
tree | e09e2ee395d84ba973ae049ef7a4a3e2b7fbebd5 /src/TODO | |
parent | c96eab04123db867ca2ef23f51dccea46e8b9801 (diff) | |
download | sos-9af40ceda54d5979730d95999359da33191839fe.tar.gz |
* bumped version to 1.7r1.7
* curses menu disabled by default (enable with -c)
* sosreport output friendlier to the user (and similar to sysreport)
* smarter plugin listing which also shows options and disable/enabled plugins
* require root permissions only for actual sosreport generation
* fix in -k where option value was treated as string instead of int
* made progressbar wider (60 chars)
* selinux plugin is enabled only if selinux is also enabled on the system
* made some errors less verbose to the user
* made sosreport not copy files pointed by symbolic links (same as sysreport, we don't need /usr/bin/X or /sbin/ifup)
* copy links as links (cp -P)
* added plugin get_description() that returns a short decription for the plugin
* guess sosreport name from system's name
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@195 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ To Do List: * Make sosreport a drop-in replacement for sysreport + * Allow to use a different rootdir than / + * Add support for distributions other than Fedora. * Make it easier to select a policy module and perhaps optionally include |