FreeBSD Bugzilla – Attachment 89181 Details for
Bug 126060
[ipfw] [patch] IPFW limit checking in nightly security scripts slightly botched
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 560 bytes, created by
Ronald F. Guilmette
on 2008-07-29 02:30:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ronald F. Guilmette
Created:
2008-07-29 02:30:06 UTC
Size:
560 bytes
patch
obsolete
>*** etc/periodic/security/650.ip6fwlimit- Tue Jan 15 16:33:31 2008 >--- etc/periodic/security/650.ip6fwlimit Mon Jul 28 18:07:26 2008 >*************** >*** 49,53 **** > grep '^[[:digit:]]\+[[:space:]]\+[[:digit:]]\+' | \ > awk -v limit="$IPFW_LOG_LIMIT" \ >! '{if ($2 > limit) {print $0}}' > ${TMP} > if [ -s "${TMP}" ]; then > rc=1 >--- 49,53 ---- > grep '^[[:digit:]]\+[[:space:]]\+[[:digit:]]\+' | \ > awk -v limit="$IPFW_LOG_LIMIT" \ >! '{if ($2 > limit && limit != 0) {print $0}}' > ${TMP} > if [ -s "${TMP}" ]; then > rc=1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126060
:
89180
| 89181