aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-04-11 19:32:41 +0000
committersconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-04-11 19:32:41 +0000
commit6e4d214c6690e6f3a3240a8e6541b433dcccbf43 (patch)
tree6dbd8e5f200496e10e925e8647b9961e1baa2db9 /src
parentc1abccb377f9717929ac2127242470dc28ea37b6 (diff)
downloadsos-6e4d214c6690e6f3a3240a8e6541b433dcccbf43.tar.gz
removed some things that got done from TODO list
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@113 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rw-r--r--src/TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/TODO b/src/TODO
index ff2c20f5..f7451c44 100644
--- a/src/TODO
+++ b/src/TODO
@@ -1,12 +1,5 @@
To Do List:
-When a directory and all below it is copied:
- 1. the targets of symlinks is not copied
- 2. Absolute symlinks are not corrected to point into the destination tree.
-
-FIX - When a directory includes a proc file system, copying that tree hangs -
-example is in named.py when running a chrooted named.
-
ADD - allow each plugin to optionally not load, and to be able to test whether
other packages are installed. For example, if apache isn't installed, don't
load the apache plugin. This needs to be done in a distribution-independent
@@ -17,12 +10,10 @@ Add support for distributions other than Fedora.
Make it easier to select a policy module and perhaps optionally include
plugins from the library, to allow per-distribution customization.
-Documentation - man page, plugin howto doc, inline doc in plugin template
+Documentation - plugin howto doc, inline doc in plugin template
review and test error handling for things like a full tmp file system
-Make the [ OK ] type completion messages pretty and correct - see helpers.py
-