CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2023/10/05 12:46:14
Modified files: usr.sbin/dhcpd : dhcpd.8 dhcpd.c Log message: Do log output to stderr while running dhcpd(8) in foreground to make behaviour in accordance with man page. Introduce '-v' option to make output more verbose. Do a little refactoring to make code more consistent with other daemons like ospfd(8), httpd(8), relayd(8), etc. Feedback from bluhm benno ok bluhm