summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-19 02:26:34 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2011-12-19 12:17:44 -0200
commite5e2a683f7381f6dde4b1bda820089e2b22111c3 (patch)
treec806d42325eb6eaadf24f52dac26f7a8cb3049d8 /TODO
parent9bf60d21f3460cc4deb14839563c320d4bbcf6fa (diff)
downloadkmod-e5e2a683f7381f6dde4b1bda820089e2b22111c3.tar.gz
kmod-e5e2a683f7381f6dde4b1bda820089e2b22111c3.tar.bz2
kmod-e5e2a683f7381f6dde4b1bda820089e2b22111c3.zip
kmod_modprobe: properly handle install/remove commands
Handle install/remove commands just like modprobe does. Test configure file: install installme echo "this is a install message" remove removeme echo "this is a remove message" Tests: $ ./tools/kmod-modprobe installme this is a install message $ ./tools/kmod-modprobe -r removeme this is a remove message $ ./tools/kmod-modprobe removeme FATAL: Module removeme not found. ./tools/kmod-modprobe -r installme FATAL: Module installme not found.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index d174a87..ae01a29 100644
--- a/TODO
+++ b/TODO
@@ -20,8 +20,6 @@ Features:
* provide 1:1 compatibility with module-init-tools's modprobe
- show modversions (needs elf manipulation)
- dump configuration
- - install and remove commands may exist when there's no module with that
- name. Properly handle this case
Known Bugs:
===========