don't backup config files on netsharedpaths

CVS patchset: 1662
CVS date: 1997/05/27 14:01:45
This commit is contained in:
ewt 1997-05-27 14:01:45 +00:00
parent c3aa83ec8c
commit 15bd819b0b
1 changed files with 4 additions and 0 deletions

View File

@ -851,6 +851,10 @@ static int instHandleSharedFiles(rpmdb db, int ignoreOffset,
replacedList = malloc(sizeof(*replacedList) * numReplacedAlloced);
for (i = 0; i < sharedCount; i++) {
/* if a file isn't going to be installed it doesn't matter who
it's shared with */
if (!files[sharedList[i].mainFileNumber].install) continue;
if (secOffset != sharedList[i].secRecOffset) {
if (secOffset) {
headerFree(sech);