commit | 44b5758247cd42721e4bc681df5516e8f01dc8c7 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Aug 03 08:23:33 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Aug 03 08:23:33 2004 +0000 |
tree | 61adc1fcba8037e3e54414e225b3b91ed18e15a3 | |
parent | 93d7fba89288db6f9263c0ce8026f277bc4649e0 [diff] |
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