]> git.pld-linux.org Git - packages/chkrootkit.git/blobdiff - chkrootkit-check
- typo
[packages/chkrootkit.git] / chkrootkit-check
index ed8d97fd1f62d14afabe1823499b175bb85e7cf2..a92e01d10315d586f25ff6ff287f75f2ba72765d 100644 (file)
@@ -7,7 +7,7 @@ DATE=`date`
 SYSTEM=`hostname`
 
 cd /usr/bin
-t=`mktemp -d ${TMPDIR:-/tmp}/chkrootkitXXXXXX` || exit 1
+t=`mktemp ${TMPDIR:-/tmp}/chkrootkitXXXXXX` || exit 1
 echo -n "Generated with: " > $t
 /usr/bin/chkrootkit -V 2>> $t
 /usr/bin/chkrootkit 2>&1 | /bin/egrep -v '(not (infected|found|promisc)|nothing (found|detected|deleted)|no suspect files|ROOTDIR is)' >> $t
This page took 0.070751 seconds and 4 git commands to generate.