| Summary: | change request for daily security check | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Tomonobu AKIMOTO <akimoto> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | admin |
| Priority: | Normal | ||
| Version: | 4.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed, thanks! |
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