SOURCES: chkrootkit-check - typo
glen
glen at pld-linux.org
Wed Nov 30 18:54:01 CET 2005
Author: glen Date: Wed Nov 30 17:54:01 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- typo
---- Files affected:
SOURCES:
chkrootkit-check (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/chkrootkit-check
diff -u SOURCES/chkrootkit-check:1.6 SOURCES/chkrootkit-check:1.7
--- SOURCES/chkrootkit-check:1.6 Wed Nov 30 18:05:21 2005
+++ SOURCES/chkrootkit-check Wed Nov 30 18:53:56 2005
@@ -7,7 +7,7 @@
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/chkrootkit-check?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list