summaryrefslogtreecommitdiff
path: root/extra/chkrootkit/fix-tools-path.patch
blob: d45f07901db81f0398835da826aae56d659b5ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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