OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Thu Dec 23 2010 - 11:38:05 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2010/12/23 10:38:04

Modified files:
        usr.sbin/dhcpd : sync.c

Log message:
Use the provided note() and warning() functions of dhcpd instead of
calling syslog_r() directly -- this make -d work as expected.
OK reyk, stsp, deraadt