Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:dirkmueller:Factory
syslogd
sysklogd-1.4.1-dontsleep.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sysklogd-1.4.1-dontsleep.patch of Package syslogd
--- klogd.c +++ klogd.c 2007-06-18 11:22:06.978362000 +0000 @@ -416,9 +416,11 @@ static void Terminate() { CloseLogSrc(); Syslog(LOG_INFO, "Kernel log daemon terminating."); - sleep(1); - if ( output_file != (FILE *) 0 ) + if ( output_file != (FILE *) 0 ) { + fflush(output_file); + fsync(fileno(output_file)); fclose(output_file); + } closelog(); #ifndef TESTING (void) remove_pid(PidFile);
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