FreeBSD Bugzilla – Attachment 35042 Details for
Bug 56702
Fix security/chkrootkit on 4.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
chkrootkit.diff
chkrootkit.diff (text/plain), 742 bytes, created by
yonatan
on 2003-09-11 14:30:16 UTC
(
hide
)
Description:
chkrootkit.diff
Filename:
MIME Type:
Creator:
yonatan
Created:
2003-09-11 14:30:16 UTC
Size:
742 bytes
patch
obsolete
>diff -urN chkrootkit.orig/Makefile chkrootkit/Makefile >--- chkrootkit.orig/Makefile Sun Sep 7 11:24:17 2003 >+++ chkrootkit/Makefile Thu Sep 11 16:19:39 2003 >@@ -7,6 +7,7 @@ > > PORTNAME= chkrootkit > PORTVERSION= 0.41 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ > >diff -urN chkrootkit.orig/files/patch-chkrootkit chkrootkit/files/patch-chkrootkit >--- chkrootkit.orig/files/patch-chkrootkit Thu Sep 4 13:03:05 2003 >+++ chkrootkit/files/patch-chkrootkit Thu Sep 11 15:11:59 2003 >@@ -74,7 +74,7 @@ > VERSION=`${uname} -r` > + > +if [ "${SYSTEM}" = "FreeBSD" ] ; then >-+ if [ -n '`uname -r | grep "^5"`' ] ; then >++ if [ "${VERSION}" != ${VERSION##5} ] ; then > + FreeBSD5="yes" > + fi > +fi
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 56702
: 35042