"Srikanth S. B." <sri...@mi...> writes:
> I am not able to access www.modules.org to get the new module-3.0.4
> downloads.
> Can you tell me the alternate site where I get this?
I recommend getting the latest "rko" version plus the patch
R.K. posted a while ago:
Primary-site: sunsite.unc.edu /pub/Linux/utils/shell/
Alternate-site: ftp.scruz.net /users/rkowen/public/modules/
diff -u -r1.8 utility.c
--- utility.c 2000/01/22 02:54:51 1.8
+++ utility.c 2000/02/24 16:00:04
@@ -2657,6 +2657,6 @@
if (var == (char *)NULL) return result;
- xdup(getenv(var));
+ return xdup(getenv(var));
} /** End of 'xgetenv' **/
--
Istvan
|