forked from pool/Modules
d2d7e45428
please forward to factory - update to 3.2.9c * Fix the coexistence of load/remove flags (Martin Siegert) * Fixed an overlapping string copy (Wilson Snyder & Orion Poplawski) * Isolated calls to the new interpreter and get & set env.vars. * Crucial bug fix of same by (Orion Poplawski). * Optionally use Tcl memory check routines for malloc/realloc. * Fixed the "module purge" memory corruption (Poor Yorick) * Added support for Ruby (Tammo Tjarks) - replace defaut in the profile files with the proper version - make module files from /etc %config OBS-URL: https://build.opensuse.org/request/show/131985 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=10
11 lines
341 B
Diff
11 lines
341 B
Diff
--- a/ModuleCmd_Avail.c.old 2012-08-29 01:06:16.176859774 +0100
|
||
+++ b/ModuleCmd_Avail.c 2012-08-29 01:06:52.540527924 +0100
|
||
@@ -680,6 +680,7 @@ static int check_cache( char *dir)
|
||
|
||
static int test_version_dir( struct dirent *dp)
|
||
{
|
||
+ return 0;
|
||
}
|
||
/*++++
|
||
** ** Function-Header ***************************************************** **
|