summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-05-07 12:19:33 -0700
committerShawn Routhier <sar@isc.org>2014-05-07 12:19:33 -0700
commit00e9af8ee0d724e5dc6d15c43d8f602909981d66 (patch)
tree744a0fc908b52d45b7ed0941afdb61e4735526b2 /dhcpctl
parentd8c7c34ef64922f1b7d60c5bd5ac01d8ad5ffdca (diff)
downloadisc-dhcp-00e9af8ee0d724e5dc6d15c43d8f602909981d66.tar.gz
[master] Add configure option to incude PID in syslog entries
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/omshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index 47e5d0be..44fd2726 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -100,7 +100,7 @@ main(int argc, char **argv) {
}
/* Initially, log errors to stderr as well as to syslogd. */
- openlog ("omshell", LOG_NDELAY, DHCPD_LOG_FACILITY);
+ openlog ("omshell", DHCP_LOG_OPTIONS, DHCPD_LOG_FACILITY);
status = dhcpctl_initialize ();
if (status != ISC_R_SUCCESS) {
fprintf (stderr, "dhcpctl_initialize: %s\n",