Package: tiger Version: 1:3.2.1-28 Severity: normal Tags: patch Hi,
with the recent upgrade of coreutils, tail does no longer support the +n parameter. For details about this see the table under 5.90 in /usr/share/doc/coreutils/NEWS.gz. Because of this, check_known prints the following error message: | /usr/bin/tail: cannot open `+2' for reading: No such file or directory The attached patch corrects the problem. Philipp -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (600, 'unstable'), (570, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages tiger depends on: ii binutils 2.16.1cvs20051109-1 The GNU assembler, linker and bina ii coreutils [fileutils 5.93-2 The GNU core utilities ii debconf [debconf-2.0 1.4.59 Debian configuration management sy ii diff 2.8.1-11 File comparison utilities ii fileutils 5.93-2 The GNU file management utilities ii libc6 2.3.5-8 GNU C Library: Shared libraries an ii net-tools 1.60-16 The NET-3 networking toolkit ii shellutils 5.93-2 The GNU shell programming utilitie ii textutils 5.93-2 The GNU text file processing utili Versions of packages tiger recommends: ii binutils 2.16.1cvs20051109-1 The GNU assembler, linker and bina ii chkrootkit 0.45-1 Checks for signs of rootkits on th ii exim4-daemon-light [ 4.54-2 lightweight exim MTA (v4) daemon ii john 1.6-37 active password cracking tool -- debconf information excluded -- Philipp Weis [EMAIL PROTECTED]
--- check_known 2005-11-14 16:25:06.000000000 -0500 +++ check_known.orig 2005-11-14 16:24:54.000000000 -0500 @@ -249,7 +249,7 @@ # Added -n for numeric uids, jfs $LS -anl $MAILSPOOL/ | - $TAIL -n +2 | + $TAIL +2 | $AWK '{print $3, $NF}' | while read uid file do
signature.asc
Description: Digital signature