Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
radvd.import5316
bnc721968_6.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc721968_6.patch of Package radvd.import5316
References: bnc#721968 commit 35c0b9e6355905901672f3eb15eaa40bf8ef0683 Author: Reuben Hawkins <reubenhwk@gmail.com> Date: Tue Oct 4 13:33:04 2011 -0700 removing debugging output from signal handlers modified: radvd.c Index: radvd-1.3/radvd.c =================================================================== --- radvd-1.3.orig/radvd.c 2011-10-19 12:18:57.000000000 +0200 +++ radvd-1.3/radvd.c 2011-10-19 14:47:46.000000000 +0200 @@ -502,8 +502,6 @@ sighup_handler(int sig) /* Linux has "one-shot" signals, reinstall the signal handler */ signal(SIGHUP, sighup_handler); - dlog(LOG_DEBUG, 4, "sighup_handler called"); - sighup_received = 1; } @@ -513,8 +511,6 @@ sigterm_handler(int sig) /* Linux has "one-shot" signals, reinstall the signal handler */ signal(SIGTERM, sigterm_handler); - dlog(LOG_DEBUG, 4, "sigterm_handler called"); - sigterm_received = 1; } @@ -524,8 +520,6 @@ sigint_handler(int sig) /* Linux has "one-shot" signals, reinstall the signal handler */ signal(SIGINT, sigint_handler); - dlog(LOG_DEBUG, 4, "sigint_handler called"); - sigint_received = 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