William Barsse writes:
authorEric Andersen <andersen@codepoet.org>
Tue, 3 Aug 2004 08:23:33 +0000 (08:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 3 Aug 2004 08:23:33 +0000 (08:23 -0000)
commit44b5758247cd42721e4bc681df5516e8f01dc8c7
tree61adc1fcba8037e3e54414e225b3b91ed18e15a3
parent93d7fba89288db6f9263c0ce8026f277bc4649e0
William Barsse writes:

fixes two other issues (plus the previous as well) with a 2.4 kernel :

- should be able to modprobe an already loaded module and get 0 return
code :
# modprobe <something> && modprobe <something> && echo "ok" || echo "failed"
....
failed

Well, hope this helps and that I didn't screw up again,
- William
modutils/modprobe.c