Nuke default skipDirs list (rhbz#140055 & others).
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Jun 2007 09:28:12 +0000 (12:28 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 19 Jun 2007 09:28:12 +0000 (12:28 +0300)
The skipDir() mechanism left in place for now for vendors to tweak if
they see necessary.

rpmdb/rpmdb.c

index 6f5df54..f99d43b 100644 (file)
@@ -3363,13 +3363,6 @@ static struct skipDir_s {
 /*@observer@*/ /*@null@*/
     const char * dn;
 } skipDirs[] = {
-    _skip("/usr/share/zoneinfo"),
-    _skip("/usr/share/locale"),
-    _skip("/usr/share/i18n"),
-    _skip("/usr/share/doc"),
-    _skip("/usr/lib/locale"),
-    _skip("/usr/src"),
-    _skip("/lib/modules"),
     { 0, NULL }
 };