File: 04_backslashes.patch

package info (click to toggle)
chkrootkit 0.52-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: sh: 36,448; ansic: 4,498; makefile: 155
file content (26 lines) | stat: -rw-r--r-- 959 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Two of the chkrootkit messages have unnecessary backslashes
Author: James R. Van Zandt <jrv@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498063
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/chkrootkit
+++ b/chkrootkit
@@ -698,7 +698,7 @@
    if [ "`find ${LIBS} -name libproc.a 2> /dev/null`" != "" -a \
        "$SYSTEM" != "FreeBSD" ]
    then
-      echo "Possible t0rn v8 \(or variation\) rootkit installed"
+      echo "Possible t0rn v8 (or variation) rootkit installed"
    else
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
    fi
@@ -752,7 +752,7 @@
 
    if [ -d ${ROOTDIR}dev/ptyxx -o -r "${ROOTDIR}usr/lib/.ark?" -o \
         -d ${ROOTDIR}usr/doc/"... " ]; then
-      echo "Possible Ambient's rootkit \(ark\) installed"
+      echo "Possible Ambient's rootkit (ark) installed"
    else
       if [ "${QUIET}" != "t" ]; then echo "nothing found"; fi
    fi