diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-03-31 01:53:12 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-03-31 01:53:27 +0300 |
commit | 025886592e2660803b35054ab6aec293834d65d8 (patch) | |
tree | 0622d3b8ef406c99e223045e2356555abf983180 /macros.in | |
parent | 6a3464740a27488b3b03b0f0feb08c7937db3fef (diff) | |
download | librpm-tizen-025886592e2660803b35054ab6aec293834d65d8.tar.gz librpm-tizen-025886592e2660803b35054ab6aec293834d65d8.tar.bz2 librpm-tizen-025886592e2660803b35054ab6aec293834d65d8.zip |
We dont want to use DB_HOME environment, ever
- rpm has its own switches for overriding the db home when that's
necessary, DB_HOME it should use not
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -549,8 +549,6 @@ print (t)\ # lock ??? DB_INIT_LOCK # recover ??? DB_RECOVER # recover_fatal ??? DB_RECOVER_FATAL -# use_environ ??? DB_USE_ENVIRON -# use_environ_root ??? DB_USE_ENVIRON_ROOT # private +++ DB_PRIVATE # lockdown ??? DB_LOCKDOWN # shared +++ DB_SYSTEM_MEM |