Package: logcheck
Version: 1.2.69
Severity: normal
Tags: patch


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30.4-vs2.3.0.36.14-pre4 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages logcheck depends on:
ii  adduser            3.110                 add and remove users and groups
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  cron               3.0pl1-105            management of regular background p
ii  exim4              4.69-9                metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light 4.69-9                lightweight Exim MTA (v4) daemon
ii  lockfile-progs     0.1.11-0.1            Programs for locking and unlocking
ii  logtail            1.2.69                Print log file lines that have not
ii  rsyslog [system-lo 3.18.6-4              enhanced multi-threaded syslogd

Versions of packages logcheck recommends:
ii  logcheck-database             1.2.69     database of system log rules for t

Versions of packages logcheck suggests:
pn  syslog-summary                <none>     (no description available)

-- no debconf information

The path for the required lockfile-pogs is hard codet. If they are installed 
under /usr/local/bin, logcheck will 
refuse to run.
*** logcheck	2006-07-06 12:16:42.000000000 +0200
--- logcheck.patch	2009-09-15 17:27:58.000000000 +0200
***************
*** 33,41 ****
      exit 1
  fi
  
! if [ ! -f /usr/bin/lockfile-create -o \
!      ! -f /usr/bin/lockfile-remove -o \
!      ! -f /usr/bin/lockfile-touch ]; then
      echo "fatal: lockfile-progs is a prerequisite for logcheck, and was not found."
      exit 1
  fi
--- 33,41 ----
      exit 1
  fi
  
! if [ ! -f `which lockfile-create` -o \
!      ! -f `which lockfile-remove` -o \
!      ! -f `which lockfile-touch` ]; then
      echo "fatal: lockfile-progs is a prerequisite for logcheck, and was not found."
      exit 1
  fi
_______________________________________________
Logcheck-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

Reply via email to