diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-07-12 19:17:06 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-07-12 19:17:06 +0000 |
commit | b7e0351d69f561d2c25878dc5269bdeb290ed059 (patch) | |
tree | 35910635986055e7ca9cf7632158b9e205a7dc00 /src/TODO | |
parent | 8521ca3b4db9775c09ae29af336abba99e939a2b (diff) | |
download | sos-b7e0351d69f561d2c25878dc5269bdeb290ed059.tar.gz |
Initial import, moved project from internal server to 108
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@5 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO new file mode 100644 index 00000000..ebb0e9bc --- /dev/null +++ b/src/TODO @@ -0,0 +1,25 @@ +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. + +Documentation - man page, 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 + + + + + + + |