diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/README | 4 | ||||
-rw-r--r-- | src/TODO | 8 |
2 files changed, 11 insertions, 1 deletions
@@ -4,10 +4,14 @@ package maintainers, and anyone else to provide plugins that will collect, analyze, and report information that is useful for supporting software packages. +This project is hosted at http://sos.108.redhat.com. For the latest version, +to contribute, and for more information, please visit there. + (all the following as root) to install locally ==> python setup.py install to build an rpm ==> python setup.py bdist_rpm +See the Makefile. Contributors: Steve Conklin <sconklin@redhat.com> @@ -9,7 +9,13 @@ 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. +load the apache plugin. This needs to be done in a distribution-independent +manner. + +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 |