Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
rpcbind
0025-rpcinfo-warmstat_no-warning-about-missing-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0025-rpcinfo-warmstat_no-warning-about-missing-file.patch of Package rpcbind
--- src/warmstart.c +++ src/warmstart.c 2014/02/26 14:18:39 @@ -106,9 +106,10 @@ fprintf(stderr, "rpcbind: using '%s' startup file\n", filename); if ((fp = fopen(filename, "r")) == NULL) { - rpcbind_log_error( - "Cannot open '%s' file for reading, errno %d (%s)", - filename, errno, strerror(errno)); + if (errno != ENOENT) + rpcbind_log_error( + "Cannot open '%s' file for reading, errno %d (%s)", + filename, errno, strerror(errno)); goto error; }
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