From e5e2a683f7381f6dde4b1bda820089e2b22111c3 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 19 Dec 2011 02:26:34 -0200 Subject: 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. --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') 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: =========== -- cgit v1.2.3