mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
248 B
Diff
12 lines
248 B
Diff
--- 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
|