summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff')
-rw-r--r--app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff b/app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff
deleted file mode 100644
index b0a5615d7264..000000000000
--- a/app-forensics/chkrootkit/files/chkrootkit-0.48-shell-history-anomalies.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=226067
-
-*** a/chkrootkit Thu Jun 12 15:20:01 2008
---- b/chkrootkit Thu Jun 12 15:28:09 2008
-***************
-*** 1098,1104 ****
- echo "Warning: \`${files}' file size is zero"
- files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)`
- [ ! -z "${files1}" ] && \
-! echo "Warning: \`${files}' is linked to another file"
- fi
- if [ -z "${files}" -a -z "${files1}" ]; then
- if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
---- 1098,1104 ----
- echo "Warning: \`${files}' file size is zero"
- files1=`${find} ${ROOTDIR}${HOME} ${findargs} -name '.*history' \( -links 2 -o -type l \)`
- [ ! -z "${files1}" ] && \
-! echo "Warning: \`${files1}' is linked to another file"
- fi
- if [ -z "${files}" -a -z "${files1}" ]; then
- if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi