CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2020/05/25 10:52:15
Modified files: sbin/slaacd : slaacd.c sbin/unwind : unwind.c Log message: Do not log "startup" to syslog. slaacd and unwind start very early in the boot process and syslog is not fully available yet so these messages tend to get lost. But they are also not particularly useful. Prompted by a report by Jason Mader on bugs@ OK deraadt, claudio, bluhm Note that this code has been copied around to all our privsep daemons and also lives in usr.sbin. Leave it alone there because multiple people said they find it useful for those daemons.