Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rtasdispd
rtasdispd.open-mode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rtasdispd.open-mode.patch of Package rtasdispd
--- rtasdispd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/rtasdispd.c +++ b/rtasdispd.c @@ -495,7 +495,7 @@ int write_pid_file(unsigned newpid) FILE *f; int fd; - if ((fd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL)) < 0) { + if ((fd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644)) < 0) { perror(PIDFILE); return -1; }
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