FreeBSD Bugzilla – Attachment 127350 Details for
Bug 171180
[patch] make 460.chkportsum also report missing files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
460.chkportsum.patch
460.chkportsum.patch (text/plain), 664 bytes, created by
freebsd
on 2012-08-30 10:50:00 UTC
(
hide
)
Description:
460.chkportsum.patch
Filename:
MIME Type:
Creator:
freebsd
Created:
2012-08-30 10:50:00 UTC
Size:
664 bytes
patch
obsolete
>--- /etc/periodic/security/460.chkportsum.old 2012-07-15 01:36:21.000000000 +0200 >+++ /etc/periodic/security/460.chkportsum 2012-08-30 11:33:27.000000000 +0200 >@@ -43,7 +43,7 @@ > case "${daily_status_security_chkportsum_enable}" in > [Yy][Ee][Ss]) > set -f >- pkg_info -ga 2>/dev/null | \ >+ stdbuf -o L pkg_info -ga 2>&1 | \ > while IFS= read -r line; do > set -- $line > case $1 in >@@ -55,7 +55,7 @@ > ;; > Mismatched|'') ;; > *) [ -n "${name}" ] && >- echo "${name}: ${line%% fails the original MD5 checksum}" >+ echo "${name}: ${line%% fails the original MD5 checksum}"|sed -e 's/pkg_info: //' -e "s/doesn't\ exist/is\ missing/" > ;; > esac > done
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 171180
: 127350