X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=src%2Fldconfig-1999-02-21-prep-docache.diff;fp=src%2Fldconfig-1999-02-21-prep-docache.diff;h=0000000000000000000000000000000000000000;hp=68fccc59ccb33c77ec63b9249fb915169b4cb6f3;hb=bfbeacf31504b04e95dcebd3e9ec96ac225c9bd8;hpb=0cc7abac77065b9d06676d386c08c128cf1983b9 diff --git a/src/ldconfig-1999-02-21-prep-docache.diff b/src/ldconfig-1999-02-21-prep-docache.diff deleted file mode 100644 index 68fccc5..0000000 --- a/src/ldconfig-1999-02-21-prep-docache.diff +++ /dev/null @@ -1,35 +0,0 @@ -ftp://sunsite.mff.cuni.cz/MIRRORS/ftp.redhat.com/redhat/linux/6.2/en/os/i386/SRPMS/ldconfig-1.9.5-16.src.rpm - -diff -ru ldconfig-1999-02-21-prep-orig/ldconfig.c ldconfig-1999-02-21-prep/ldconfig.c ---- ldconfig-1999-02-21-prep-orig/ldconfig.c Fri Jun 29 21:06:47 2001 -+++ ldconfig-1999-02-21-prep/ldconfig.c Fri Jun 29 21:11:22 2001 -@@ -624,7 +624,7 @@ - break; - case 'n': - nodefault = 1; /* no default dirs */ -- nocache = 1; -+ /* nocache = 1; * Lace */ - break; - case 'N': - nocache = 1; /* don't build cache */ -@@ -707,16 +707,20 @@ - { - /* the lazy bum want's us to do all the work for him */ - -+#if 0 /* Lace */ - /* don't cache dirs on the command line */ - int nocache_save = nocache; - nocache = 1; -+#endif - - /* OK, which directories should we do? */ - for (i = optind; i < argc; i++) - scan_dir(argv[i]); - -+#if 0 /* Lace */ - /* restore the desired caching state */ - nocache = nocache_save; -+#endif - - /* look ma, no defaults */ - if (!nodefault)