Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE12
dhcp
0013-dhcp-4.2.3-P1-dhclient-log-pid.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0013-dhcp-4.2.3-P1-dhclient-log-pid.patch of Package dhcp
From d571408b5386b9bd72fd123b30298bdca8103b18 Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski <mt@suse.de> Date: Tue, 12 Jun 2012 10:21:57 +0200 Subject: [PATCH] dhcp-4.2.3-P1-dhclient-log-pid --- client/dhclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dhclient.c b/client/dhclient.c index 65d9eeb..8af0a42 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -141,7 +141,7 @@ main(int argc, char **argv) { else if (fd != -1) close(fd); - openlog("dhclient", LOG_NDELAY, LOG_DAEMON); + openlog("dhclient", LOG_NDELAY | LOG_PID, LOG_DAEMON); #if !(defined(DEBUG) || defined(__CYGWIN32__)) setlogmask(LOG_UPTO(LOG_INFO)); -- 1.8.4
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