Bug 26870

Summary: change request for daily security check
Product: Base System Reporter: Tomonobu AKIMOTO <akimoto>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: admin
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   

Description Tomonobu AKIMOTO 2001-04-26 08:30:01 UTC
As OS version chaged to 4.3-RELEASE from 4.2-RELEASE,
ipfw deny logs don't include in daily security output.
That cause is dmesg command ,that is added -a option to.
So I request a change as below;

diff security.org security
168c168
< if dmesg 2>/dev/null > ${TMP}; then
---
> if dmesg -a 2>/dev/null > ${TMP}; then
Comment 1 dd freebsd_committer freebsd_triage 2001-06-14 05:30:50 UTC
State Changed
From-To: open->closed

Committed, thanks!