Package: tiger
Version: 1:3.2.1-32
Severity: important
Tags: patch
Hi
there is syntax error in /usr/lib/tiger/scripts/check_rootkit:
/tmp/check_rootkit: 183: Syntax error: newline unexpected (expecting ")")
Attached patch fixes it.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages tiger depends on:
ii binutils 2.17-2 The GNU assembler, linker and bina
ii coreutils 5.97-4 The GNU core utilities
ii debconf [debconf-2.0] 1.5.3 Debian configuration management sy
ii diff 2.8.1-11 File comparison utilities
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii net-tools 1.60-17 The NET-3 networking toolkit
Versions of packages tiger recommends:
pn chkrootkit <none> (no description available)
ii exim4-daemon-light [mail-tran 4.63-3 lightweight exim MTA (v4) daemon
pn john <none> (no description available)
-- debconf information:
* tiger/mail_rcpt: root
tiger/remove_mess: true
* tiger/policy_adapt:
--- /tmp/check_rootkit 2006-08-31 16:03:52.000000000 +0200
+++ /usr/lib/tiger/scripts/check_rootkit 2006-08-31 16:04:02.000000000
+0200
@@ -180,7 +180,6 @@
message ALERT rootkit005a "" "Chkrootkit has found a file which
seems to be infected because of a rootkit"
message ALERT rootkit009a "" "A rootkit seems to be installed
in the system"
echo $line ;;
- ;;
esac
done