Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lnussel:usrmerge
glibc
glibc-nsswitch-usr.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File glibc-nsswitch-usr.diff of Package glibc
Index: glibc-2.33/nss/nss_database.c =================================================================== --- glibc-2.33.orig/nss/nss_database.c +++ glibc-2.33/nss/nss_database.c @@ -303,6 +303,8 @@ nss_database_reload (struct nss_database { FILE *fp = fopen (_PATH_NSSWITCH_CONF, "rce"); if (fp == NULL) + fp = fopen ("/usr" _PATH_NSSWITCH_CONF, "rce"); + if (fp == NULL) switch (errno) { case EACCES:
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