diff options
author | jbj <devnull@localhost> | 2001-07-14 20:09:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-14 20:09:56 +0000 |
commit | 77d49ea5a28862a3c9a014b7636b0c57a2c439e5 (patch) | |
tree | b83b046d114cd133078eb3e0c438335ba0b95ffb /rpmrc.in | |
parent | cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc (diff) | |
download | rpm-77d49ea5a28862a3c9a014b7636b0c57a2c439e5.tar.gz rpm-77d49ea5a28862a3c9a014b7636b0c57a2c439e5.tar.bz2 rpm-77d49ea5a28862a3c9a014b7636b0c57a2c439e5.zip |
- isolate cdb access configuration (experimental, use at your own risk).
- fix: hard fail on locked dbopen if CDB locking not in use.
- fix: dbconfig with mp_mmapsize=16Mb/mp_size=1Mb for
"everything ENOSPC" failure check.
CVS patchset: 4942
CVS date: 2001/07/14 20:09:56
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc # \verbatim # -# $Id: rpmrc.in,v 2.38 2001/06/19 11:38:51 jbj Exp $ +# $Id: rpmrc.in,v 2.39 2001/07/14 20:09:56 jbj Exp $ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration @@ -310,7 +310,7 @@ buildarch_compat: ia64: noarch buildarch_compat: s390: noarch buildarch_compat: s390x: noarch -macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.db1:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros +macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros.db1:@SYSCONFIGDIR@/macros.cdb:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros # \endverbatim #*/ |