https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230589
Bug ID: 230589 Summary: periodic scripts generate spurious emails Product: Base System Version: 11.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: conf Assignee: b...@freebsd.org Reporter: topi...@gmx.net Created attachment 196152 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196152&action=edit Make "check_diff new_only" not generate spurious emails Many periodic scripts check log files and generate an email if there is something new. Often, you receive spurious emails like this: > myhost kernel log messages: > > -- End of security output -- Obviously, there are no log messages to report. Reason is a logic error in "check_diff new_only" which should generates a message only if there are new lines in given log. Unfortunately, a message is also generated if there are __removed__ lines, even though those removed lines are not shown (and not meant to be shown). I've attached a fix. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"