SHA256
1
0
forked from pool/Modules
Modules/modules-4.1.2-return.patch
Klaus Kämpf 326462fd2c Accepting request 597233 from home:bmanojlovic:branches:systemsmanagement
- too many changes to put into changelog please read Changelog in
  /usr/share/doc/packages/Modules-doc/ChangeLog (installed from
  Modules-doc package)
- removed return.patch
- removed share.patch
- reworked return.patch and renamed to modules-4.1.2-return.patch
- reworked fixing-bashisms patch for current version

OBS-URL: https://build.opensuse.org/request/show/597233
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=23
2018-04-17 06:18:16 +00:00

13 lines
449 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.

Index: compat/ModuleCmd_Avail.c
===================================================================
--- compat/ModuleCmd_Avail.c.orig 2018-03-31 18:22:47.000000000 +0200
+++ compat/ModuleCmd_Avail.c 2018-04-16 21:08:24.521845828 +0200
@@ -690,6 +690,7 @@ static int check_cache( char *dir)
static int test_version_dir( struct dirent *dp)
{
+ return 0;
}
/*++++
** ** Function-Header ***************************************************** **