summaryrefslogtreecommitdiff
path: root/lib/install.c
AgeCommit message (Expand)AuthorFilesLines
1997-07-24Added --justdbewt1-1/+6
1997-07-24Fixed installs of serial/version tagsewt1-2/+2
1997-07-23renamed cpio mapping finalPath to fsPathewt1-1/+1
1997-07-23rewrote rcfile parsingewt1-4/+5
1997-07-17Restore original directory after chroot()ewt1-0/+20
1997-07-16Uses chroot() for --root rather then hand manipulationewt1-39/+54
1997-07-14Fixes to script runsewt1-3/+3
1997-06-26Fixed user to groupewt1-1/+1
1997-06-18Added %flags(noreplace) support, but it *hasn't been tested an iota*ewt1-10/+35
1997-06-171) added 's', 'm', 'n' to fflags type tagewt1-4/+15
1997-06-16Tried again to not backup config files on netshared pathewt1-4/+8
1997-05-27don't backup config files on netsharedpathsewt1-0/+4
1997-05-23Omit RPMTAG_ portion of --querytags output.ewt1-10/+14
1997-05-20Must include <sys/tiome.h> before <sys/resource.h> for SunOSewt1-1/+1
1997-05-20Moved includes of miscfn.h to the top.ewt1-1/+1
1997-05-20Added more includes of <sys/time.h> and <sys/resource.h> for AIXewt1-0/+1
1997-05-16Applied changes for AIX. This involved using <sys/select.h> if it's available.ewt1-0/+1
1997-05-16Don't use fchdir() as it's not terribly portable.ewt1-7/+12
1997-05-06Source package installs use built in cpio now.ewt1-113/+118
1997-05-06Added callbacks to cpio to allow -h to work.ewt1-5/+23
1997-05-05Doesn't use cpio to unpack archives anymore...ewt1-631/+232
1997-05-01needs to include "miscfn.h"ewt1-0/+1
1997-04-15ignore config bit for direcrroiesewt1-0/+5
1997-03-11fixed error messageewt1-1/+1
1997-02-141) cleaned up horrbile relocateFilelist() hacks thanks to new headerewt1-33/+19
1997-02-14use new id query calls from misc.cewt1-46/+18
1997-02-121) don't ever change the umaskewt1-17/+15
1997-01-23some tmpPath's were being alloceted w/o paying attention to the lengthroot1-2/+4
1997-01-171) use config.h if availableewt1-2/+4
1997-01-161) fixed bug in rpmVersionCompare() with segv'dewt1-3/+3
1997-01-15relocating packages didn't work when the package contained a directoryewt1-4/+11
1997-01-151) made rpmEnsureOlder() static and user a header instead of stringsewt1-25/+44
1996-12-241) don't chmod() directories that already existewt1-16/+30
1996-12-11actually fixed core dump this timeewt1-1/+1
1996-12-11fixed the fix from memory leak plugging <sigh>ewt1-4/+8
1996-12-06fixed dbiFreeIndex() in rpmInstallPackage() to be called only when itroot1-2/+2
1996-12-06plugged memory leaks in upgradeewt1-1/+8
1996-12-05don't let cpio create *any* directoriesewt1-26/+50
1996-12-051) netsharedpath had unhappy realtions with prefix'sewt1-38/+51
1996-11-22*** empty log message ***ewt1-1/+6
1996-11-18The Great Renamingroot1-167/+167
1996-10-311) removed \n from error() callsewt1-10/+22
1996-10-31kill(2) arguments were backwardsewt1-2/+2
1996-10-31added real fix for 2.1 kernel write() behaviorewt1-3/+4
1996-10-211) moved code around to make things a bit more readableewt1-64/+76
1996-10-15don't assume write(fd, buf, 0) always returns w/o errorewt1-1/+1
1996-10-14use cpio specified in rpmrcewt1-1/+3
1996-09-29made filecmp() and decideFileFate() protoyped static as well asewt1-8/+7
1996-09-251) made some functions staticewt1-9/+14
1996-09-20fixed problem in group assignmentsewt1-1/+1