summaryrefslogtreecommitdiff
path: root/lib/install.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-09-16include "rpmdb.h"ewt1-0/+1
1996-09-051) fileCount of -1 makes installArchive() install all files (for installingewt1-3/+10
1996-08-31support old, broken md5sum on SPARC'sewt1-6/+14
1996-08-301) plugged some memory leaksewt1-2/+5
1996-08-291) take advantage of ARCHIVESIZE (if present) when displaying hash marksewt1-20/+123
1996-08-20uses RPMVAR_TMPPATHewt1-4/+4
1996-08-08null terminate the result of readlink()root1-0/+1
1996-07-31config file md5 sums were improperly calculated for root and prefixedewt1-1/+2
1996-07-29changed warning textewt1-1/+1
1996-07-29changed warning for saved files to RPMMESS_BACKUPewt1-4/+2
1996-07-27check new file list for config files as well as the old onesewt1-5/+6
1996-07-25cpio filelists go in $ROOT/var/tmpewt1-12/+29
1996-07-23removed unused variableewt1-1/+0
1996-07-22move ensureOlder() -> rpmEnsureOlder(), and make it publicmarc1-5/+3
1996-07-19install v2 and v1 packages despite OS field, don't refuse to install allewt1-1/+1
1996-07-18v2 packages included improper OS tags, so ignore themewt1-5/+3
1996-07-161) checks gzread() properly <blush>ewt1-2/+4
1996-07-161) check OS's at install timeewt1-23/+64
1996-07-13fixed nasty bug w/ arg list passed to cpio wasn't getting NULL terminatedewt1-2/+2
1996-07-11fixed error message for packages which are not relocateableewt1-0/+6
1996-07-10changes to set RPMTAG_INSTALLPREFIX correctlyewt1-9/+19
1996-07-10supports relocateable packagesewt1-26/+120
1996-07-07print architecture name if architecture errorroot1-1/+1
1996-07-03added handling for arch strings, INSTALL_NOARCH flagewt1-9/+23
1996-06-28added code to pass numeric arg to scriptsewt1-8/+13
1996-06-27oopsewt1-1/+1
1996-06-27when installs are done with a --root, the getpwent() stuff needs toewt1-18/+35
1996-06-17merged rpmlib.h and package.hewt1-1/+0
1996-06-04fixed chmod(symlink) bugroot1-7/+9
1996-05-23set the mode always when installing (for %attr() support)root1-6/+17
1996-05-22use PATH to find cpioroot1-12/+2
1996-05-22pass "upgrade" arg to pre/post when upgradingroot1-3/+5
1996-05-07uses a temp file to pass big file lists to cpioewt1-3/+52
1996-04-15added INSTALL_NOSCRIPTSewt1-2/+2
1996-04-15fixed return codesewt1-6/+6
1996-03-29added support for excluded documentation filesewt1-9/+35
1996-03-29frees source package headers (when available)ewt1-1/+5
1996-03-01don't back up directories marked as config files, even if they alreadyewt1-1/+2
1996-03-01switched the ordering in the decision process for how config files areewt1-5/+8
1996-02-29made logic that for handling config files during installs much smarterroot1-81/+184
1996-02-26fixes for some silly bugsewt1-4/+4