On Thu, Sep 07, 2017 at 01:16:18PM +0200, Alexander Bluhm wrote:
> On Thu, Sep 07, 2017 at 12:05:11PM +0200, Sebastian Benoit wrote:
> > The reason you see the message on the console on halt and reboot is, because
> > syslogd is gone at that point, so the message goes to the console instead.
>
> pflogd(8) explicitly requests this behavior.
>
> openlog("pflogd", LOG_PID | LOG_CONS, LOG_DAEMON);
>
> The LOG_CONS means to write to console if syslogd(8) is dead. If
> you remove that flag, the message will go away.
>
> bluhm
If that works too, i'm ok with the change (..orig diff already went in).
-Bryan.