SHA256
1
0
forked from pool/Modules
Modules/return.patch
Klaus Kämpf d2d7e45428 Accepting request 131985 from home:ealin:branches:systemsmanagement
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
2012-09-04 08:01:11 +00:00

11 lines
341 B
Diff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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 ***************************************************** **