FreeBSD Bugzilla – Attachment 189430 Details for
Bug 224924
/etc/periodic/: Use environment variable 'security_status_logdir' and Support for xz format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/periodic/security/800.loginfail
loginfail.patch (text/plain), 349 bytes, created by
takefu
on 2018-01-05 07:37:36 UTC
(
hide
)
Description:
/etc/periodic/security/800.loginfail
Filename:
MIME Type:
Creator:
takefu
Created:
2018-01-05 07:37:36 UTC
Size:
349 bytes
patch
obsolete
>--- /etc/periodic/security/800.loginfail.orig 2017-08-15 08:04:52.321474000 +0000 >+++ /etc/periodic/security/800.loginfail 2018-01-05 07:10:31.072114000 +0000 >@@ -53,6 +53,7 @@ catmsgs() { > case $f in > *.gz) zcat -f $f;; > *.bz2) bzcat -f $f;; >+ *.xz) xzcat -f $f;; > esac > done > [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
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 224924
:
189429
| 189430 |
189431
|
189432