by ghmitch » Nov 6th, '11, 22:56
To regenerate them precisely is impossible because they are configuration files that may be edited via different programs or even manually. But to get the basic structure back:
1) From console as root, forcefully remove the remains of the module-init-tools package (since you have already destroyed the configuration files)
# rpm -e --nodeps module-init-tools
2) From Sofware Manager find 'module-init-tools' package and reinstall
3) NEVER EVER delete system files as root user! If you *think* you need to get rid of a system file to test something, ALWAYS AT LEAST MOVE THEM to your home directory, NEVER just delete them. That way, if you later change your mind, you can move them back to where they came from.
It might be a good idea to do "rpm -Va" from root as well and see what that turns up.
- George