Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Base:System
procps3
procps-3.3.17-ignore-sysctl_conf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File procps-3.3.17-ignore-sysctl_conf.patch of Package procps3
--- procps-3.3.17/sysctl.c.old 2021-02-09 11:11:25.000000000 +0100 +++ procps-3.3.17/sysctl.c 2023-12-14 13:56:36.785976315 +0100 @@ -548,6 +548,8 @@ 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]); rc = -1; goto out;
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