Hallo Martin

Am Tuesday 15 September 2009 15:41:38 schrieb martin f krafft:
> The paths should be non-absolute. Do you want to file a bug and
> possibly attach a patch?

I've filed a Bug to the Debian Bugtracking Sytem. I've Attached a patch to 
this mail too.

Best wishes from Aachen,

Hubert Krause

-- 
Hubert Krause
Risk & Fraud Division
INFORM GmbH, Pascalstraße 23, 52076 Aachen, Germany
Phone: +49 24 08 - 94 56 188
E-Mail: [email protected], Web: http://www.inform-ac.com
INFORM Institut fuer Operations Research und Management GmbH
Registered AmtsG Aachen HRB1144 Gfhr. Adrian Weiler
*** 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