]> git.pld-linux.org Git - packages/chkrootkit.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 30 Nov 2005 17:53:56 +0000 (17:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkrootkit-check -> 1.7
    chkrootkit.sysconfig -> 1.2

chkrootkit-check
chkrootkit.sysconfig

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
index e923f301898e3aad5f65899efe69a098605b975d..fe825ed40f48dd25023bcd0391b80a3a0618151b 100644 (file)
@@ -1,5 +1,4 @@
-# Customized setings for chkrootkit
+# Customized settings for chkrootkit
 
 # Define who should get mail with chkrootkit report
 CHKROOTKIT_MAILTO=root
-
This page took 0.079811 seconds and 4 git commands to generate.