Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
cscope
cscope-cleanup_on_sigterm.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cscope-cleanup_on_sigterm.patch of Package cscope
Index: src/main.c =================================================================== --- src/main.c.orig +++ src/main.c @@ -526,6 +526,8 @@ cscope: Could not create private temp di } /* cleanup on the hangup signal */ signal(SIGHUP, myexit); + /* and on termination signal */ + signal(SIGTERM, myexit); /* ditto the TERM signal */ signal(SIGTERM, myexit);
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