diff options
author | jbj <devnull@localhost> | 2001-06-06 19:57:12 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-06 19:57:12 +0000 |
commit | 7bf9296288c38f3bf82ec38481738101bf063981 (patch) | |
tree | 0c62309286b9440ff5e289cc7c5754c24066576d /macros.in | |
parent | 16d8c9e229508e4fcd3f03ac491c0c366c9172ac (diff) | |
download | librpm-tizen-7bf9296288c38f3bf82ec38481738101bf063981.tar.gz librpm-tizen-7bf9296288c38f3bf82ec38481738101bf063981.tar.bz2 librpm-tizen-7bf9296288c38f3bf82ec38481738101bf063981.zip |
- default to dbenv with mpool, --rebuilddb with nofsync is much faster.
CVS patchset: 4849
CVS date: 2001/06/06 19:57:12
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: /usr/lib/rpm/macros # \verbatim # -# $Id: macros.in,v 1.78 2001/05/25 19:51:53 jbj Exp $ +# $Id: macros.in,v 1.79 2001/06/06 19:57:12 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 @@ -384,7 +384,7 @@ # #--- Btree database configuration %__dbi_btconfig \ - btree bt_dup bt_dupsort\ + btree \ %{__dbi_other}\ %{__dbi_perms}\ %{nil} |