summaryrefslogtreecommitdiff
path: root/extra/chkrootkit/fix-tools-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/chkrootkit/fix-tools-path.patch')
-rw-r--r--extra/chkrootkit/fix-tools-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/chkrootkit/fix-tools-path.patch b/extra/chkrootkit/fix-tools-path.patch
deleted file mode 100644
index d45f07901..000000000
--- a/extra/chkrootkit/fix-tools-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- chkrootkit
-+++ chkrootkit
-@@ -17,6 +17,8 @@ unalias netstat > /dev/null 2>&1
- unalias ps > /dev/null 2>&1
- unalias dirname > /dev/null 2>&1
-
-+cd /usr/sbin
-+
- # Workaround for recent GNU coreutils
- _POSIX2_VERSION=199209
- export _POSIX2_VERSION