Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
rpm.468
dbprivate.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dbprivate.diff of Package rpm.468
Always use DB_PRIVATE. Should probably be configured instead. Index: lib/backend/db3.c =================================================================== --- lib/backend/db3.c.orig +++ lib/backend/db3.c @@ -804,6 +804,9 @@ static int db3open(rpmdb rpmdb, rpmTag r */ if (dbi->dbi_use_dbenv) { + /* always use fcntl lock */ + dbi->dbi_eflags |= DB_PRIVATE; + if (access(dbhome, W_OK) == -1) { /* dbhome is unwritable, don't attempt DB_CREATE on DB->open ... */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor