mucked with comments a bit
authorewt <devnull@localhost>
Tue, 19 Jan 1999 02:56:13 +0000 (02:56 +0000)
committerewt <devnull@localhost>
Tue, 19 Jan 1999 02:56:13 +0000 (02:56 +0000)
CVS patchset: 2712
CVS date: 1999/01/19 02:56:13

lib/rpmlib.h

index 2421791..f2baf8e 100644 (file)
@@ -319,7 +319,8 @@ int rpmdbFindByHeader(rpmdb db, Header h, dbiIndexSet * matches);
 /* we pass these around as an array with a sentinel */
 typedef struct rpmRelocation_s {
     char * oldPath;    /* NULL here evals to RPMTAG_DEFAULTPREFIX, this */
-    char * newPath;     /* odd behavior is only for backwards compatibility */
+                       /* odd behavior is only for backwards compatibility */
+    char * newPath;    /* NULL means to omit the file completely! */
 } rpmRelocation;
 
 int rpmInstallSourcePackage(const char * root, FD_t fd, const char ** specFile,