]> git.pld-linux.org Git - packages/chkrootkit.git/blob - chkrootkit-names.patch
- updated to 0.37 version
[packages/chkrootkit.git] / chkrootkit-names.patch
1 diff -Nur chkrootkit-0.37.orig/chkrootkit chkrootkit-0.37/chkrootkit
2 --- chkrootkit-0.37.orig/chkrootkit     Tue Sep 17 01:03:11 2002
3 +++ chkrootkit-0.37/chkrootkit  Thu Sep 19 13:12:20 2002
4 @@ -125,22 +125,22 @@
5         return ${NOT_TESTED}
6      fi
7  
8 -    if [ ! -x ./ifpromisc ]; then
9 -      echo "not tested: can't exec ./ifpromisc"
10 +    if [ ! -x /usr/bin/chkrootkit-ifpromisc ]; then
11 +      echo "not tested: can't exec ./chkrootkit-ifpromisc"
12        return ${NOT_TESTED}
13      fi
14  
15      if [ "${EXPERT}" = "t" ]; then
16 -        expertmode_output "./ifpromisc"
17 +        expertmode_output "/usr/bin/chkrootkit-ifpromisc"
18          return 5
19      fi
20      echo
21 -    ./ifpromisc
22 +    /usr/bin/chkrootkit-ifpromisc
23  }
24  
25  z2 () {
26 -    if [ ! -x ./chklastlog ]; then
27 -      echo "not tested: can't exec ./chklastlog"
28 +    if [ ! -x /usr/bin/chkrootkit-chklastlog ]; then
29 +      echo "not tested: can't exec /usr/bin/chkrootkit-chklastlog"
30        return ${NOT_TESTED}
31      fi
32  
33 @@ -148,31 +148,31 @@
34      LASTLOG=`loc lastlog lastlog "${ROOTDIR}var/log ${ROOTDIR}var/adm"`
35  
36      if [ "${EXPERT}" = "t" ]; then
37 -        expertmode_output "./chklastlog -f ${WTMP} -l ${LASTLOG}"
38 +        expertmode_output "/usr/bin/chkrootkit-chklastlog -f ${WTMP} -l ${LASTLOG}"
39          return 5
40      fi
41  
42 -    if ./chklastlog -f ${WTMP} -l ${LASTLOG}
43 +    if /usr/bin/chkrootkit-chklastlog -f ${WTMP} -l ${LASTLOG}
44      then
45        if [ "${QUIET}" != "t" ]; then echo "nothing deleted"; fi
46      fi
47  }
48  
49  wted () {
50 -    if [ ! -x ./chkwtmp ]; then
51 -      echo "not tested: can't exec ./chkwtmp"
52 +    if [ ! -x /usr/bin/chkrootkit-chkwtmp ]; then
53 +      echo "not tested: can't exec /usr/bin/chkrootkit-chkwtmp"
54        return ${NOT_TESTED}
55      fi
56  
57      if [ "$SYSTEM" = "SunOS" ]; then
58 -       if [ ! -x ./check_wtmpx ]; then
59 -          echo "not tested: can't exec ./check_wtmpx"
60 +       if [ ! -x /usr/bin/chkrootkit-check_wtmpx ]; then
61 +          echo "not tested: can't exec /usr/bin/chkrootkit-check_wtmpx"
62         else
63            if [ "${EXPERT}" = "t" ]; then
64 -             expertmode_output "./check_wtmpx"
65 +             expertmode_output "/usr/bin/chkrootkit-check_wtmpx"
66                return 5
67            fi
68 -          if ./check_wtmpx
69 +          if /usr/bin/chkrootkit-check_wtmpx
70               then
71               if [ "${QUIET}" != "t" ]; then \
72                  echo "nothing deleted in /var/adm/wtmpx"; fi
73 @@ -183,11 +183,11 @@
74      WTMP=`loc wtmp wtmp "${ROOTDIR}var/log ${ROOTDIR}var/adm"`
75  
76      if [ "${EXPERT}" = "t" ]; then
77 -        expertmode_output "./chkwtmp -f ${WTMP}"
78 +        expertmode_output "/usr/bin/chkrootkit-chkwtmp -f ${WTMP}"
79          return 5
80      fi
81  
82 -    if ./chkwtmp -f ${WTMP}
83 +    if /usr/bin/chkrootkit-chkwtmp -f ${WTMP}
84      then
85        if [ "${QUIET}" != "t" ]; then echo "nothing deleted"; fi
86      fi
87 @@ -225,15 +225,15 @@
88  {
89      if [ \( "${SYSTEM}" = "Linux"  -o \( "${SYSTEM}" = "FreeBSD" -a \
90         ${V} -gt 43 \) \) -a "${ROOTDIR}" = "/" ]; then
91 -      if [ ! -x ./chkproc ]; then
92 -        echo "not tested: can't exec ./chkproc"
93 +      if [ ! -x /usr/bin/chkrootkit-chkproc ]; then
94 +        echo "not tested: can't exec /usr/bin/chkrootkit-chkproc"
95          return ${NOT_TESTED}
96        fi
97  
98        if [ "${EXPERT}" = "t" ]; then
99           [ -r /proc/ksyms ] &&  ${egrep} -i adore < /proc/ksyms 2>/dev/null
100           [ -d /proc/knark ] &&  ${ls} -la /proc/knark 2> /dev/null
101 -          expertmode_output "./chkproc -v"
102 +          expertmode_output "/usr/bin/chkrootkit-chkproc -v"
103            return 5
104        fi
105  
106 @@ -248,7 +248,7 @@
107           echo "Warning: Knark LKM installed"
108        fi
109  
110 -      if ./chkproc
111 +      if /usr/bin/chkrootkit-chkproc
112        then
113             if [ "${QUIET}" != "t" ]; then echo "nothing detected"; fi
114        else
115 @@ -1293,18 +1293,18 @@
116  
117     if [ "${SYSTEM}" = "Linux" ]
118     then
119 -      if [ ! -x ./strings ]; then
120 -        printn "can't exec ./strings-static, "
121 +      if [ ! -x /usr/bin/chkrootkit-strings ]; then
122 +        printn "can't exec /usr/bin/chkrootkit-strings, "
123          return ${NOT_TESTED}
124        fi
125  
126        if [ "${EXPERT}" = "t" ]; then
127 -          expertmode_output "./strings -a ${CMD}"
128 +          expertmode_output "/usr/bin/chkrootkit-strings -a ${CMD}"
129            return 5
130        fi
131  
132        ### strings must be a statically linked binary.
133 -      if ./strings-static -a ${CMD} > /dev/null 2>&1
134 +      if /usr/bin/chkrootkit-strings -a ${CMD} > /dev/null 2>&1
135        then
136           STATUS=${INFECTED}
137        fi
This page took 0.045468 seconds and 3 git commands to generate.