Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:PowerPC
procps
procps-ng-4.0.4-ignore-sysctl_conf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File procps-ng-4.0.4-ignore-sysctl_conf.patch of Package procps
--- src/sysctl.c | 2 ++ 1 file changed, 2 insertions(+) --- src/sysctl.c +++ src/sysctl.c 2023-12-14 13:46:09.181625220 +0000 @@ -772,6 +772,8 @@ static int Preload(SettingList *setlist, fp = (globbuf.gl_pathv[j][0] == '-' && !globbuf.gl_pathv[j][1]) ? stdin : fopen(globbuf.gl_pathv[j], "r"); if (!fp) { + if (strcmp ("/usr/lib/sysctl.d/99-sysctl.conf", globbuf.gl_pathv[j]) == 0) + continue; xwarn(_("cannot open \"%s\""), globbuf.gl_pathv[j]); return EXIT_FAILURE; }
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