FreeBSD Bugzilla – Attachment 238766 Details for
Bug 253168
800.loginfail fails to process at end/start of logfile turnover period if old logfiles not appended with .gz or .bz2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix
patch (text/plain), 896 bytes, created by
Marko Turk
on 2022-12-13 18:42:48 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Marko Turk
Created:
2022-12-13 18:42:48 UTC
Size:
896 bytes
patch
obsolete
>diff --git a/usr.sbin/periodic/etc/security/800.loginfail b/usr.sbin/periodic/etc/security/800.loginfail >index ef169482001c..7e67f55ff872 100755 >--- a/usr.sbin/periodic/etc/security/800.loginfail >+++ b/usr.sbin/periodic/etc/security/800.loginfail >@@ -55,6 +55,7 @@ catmsgs() { > *.bz2) bzcat -f $f;; > *.xz) xzcat -f $f;; > *.zst) zstdcat -f $f;; >+ *.[0-9]) cat $f;; > esac > done > [ -f ${LOG}/auth.log ] && cat $LOG/auth.log >diff --git a/usr.sbin/periodic/etc/security/900.tcpwrap b/usr.sbin/periodic/etc/security/900.tcpwrap >index b6c44126bc1c..8ab7a5287436 100755 >--- a/usr.sbin/periodic/etc/security/900.tcpwrap >+++ b/usr.sbin/periodic/etc/security/900.tcpwrap >@@ -55,6 +55,7 @@ catmsgs() { > *.bz2) bzcat -f $f;; > *.xz) xzcat -f $f;; > *.zst) zstdcat -f $f;; >+ *.[0-9]) cat $f;; > esac > done > [ -f ${LOG}/messages ] && cat $LOG/messages
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 253168
: 238766