FreeBSD Bugzilla – Attachment 18205 Details for
Bug 32822
/etc/periodic/security/[56]50.ip{,6}fwlimit error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.32 KB, created by
NAKAJI Hiroyuki
on 2001-12-14 01:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
NAKAJI Hiroyuki
Created:
2001-12-14 01:40:01 UTC
Size:
1.32 KB
patch
obsolete
>Index: 550.ipfwlimit >=================================================================== >RCS file: /home/ncvs/src/etc/periodic/security/550.ipfwlimit,v >retrieving revision 1.1 >diff -u -r1.1 550.ipfwlimit >--- 550.ipfwlimit 7 Dec 2001 23:57:38 -0000 1.1 >+++ 550.ipfwlimit 14 Dec 2001 01:27:40 -0000 >@@ -44,6 +44,7 @@ > case "$daily_status_security_ipfwlimit_enable" in > [Yy][Ee][Ss]) > IPFW_LOG_LIMIT=`sysctl -n net.inet.ip.fw.verbose_limit 2> /dev/null` >+ test -z "${IPFW_LOG_LIMIT}" && IPFW_LOG_LIMIT=0 > if [ $? -eq 0 -a "${IPFW_LOG_LIMIT}" -ne 0 ]; then > ipfw -a l | grep " log " | perl -n -e \ > '/^\d+\s+(\d+)/; print if ($1 >= '$IPFW_LOG_LIMIT')' > ${TMP} >Index: 650.ip6fwlimit >=================================================================== >RCS file: /home/ncvs/src/etc/periodic/security/650.ip6fwlimit,v >retrieving revision 1.1 >diff -u -r1.1 650.ip6fwlimit >--- 650.ip6fwlimit 7 Dec 2001 23:57:38 -0000 1.1 >+++ 650.ip6fwlimit 14 Dec 2001 01:27:59 -0000 >@@ -44,6 +44,7 @@ > case "$daily_status_security_ip6fwlimit_enable" in > [Yy][Ee][Ss]) > IP6FW_LOG_LIMIT=`sysctl -n net.inet6.ip6.fw.verbose_limit 2> /dev/null` >+ test -z "${IP6FW_LOG_LIMIT}" && IP6FW_LOG_LIMIT=0 > if [ $? -eq 0 -a "${IP6FW_LOG_LIMIT}" -ne 0 ]; then > ip6fw -a l | grep " log " | perl -n -e \ > '/^\d+\s+(\d+)/; print if ($1 >= '$IP6FW_LOG_LIMIT')' > ${TMP}
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 32822
: 18205