Bug#347190: f-prot-installer's check-updates fix

2006-01-11 Thread Sander Smeenk
Quoting Johannes Rohr ([EMAIL PROTECTED]): > > my $signatureDirectory = "/var/lib/f-prot/"; > Yes, but next time a new version of f-prot is downloaded and installed, > things will break again. Yup. My message was more to help people with the same problem to get their f-prot running again ;) > T

Bug#347190: f-prot-installer's check-updates fix

2006-01-11 Thread Johannes Rohr
On Mi, Jan 11, 2006 at 10:05:12 +0100, Sander Smeenk wrote: > Hello, > > The reason check-updates isn't working is that $signatureDirectory is > undefined. After changing /usr/lib/f-prot/tools/check-updates line 145 to: > > my $signatureDirectory = "/var/lib/f-prot/"; > > And re-running dpkg --c

Bug#347190: f-prot-installer's check-updates fix

2006-01-11 Thread Sander Smeenk
Hello, The reason check-updates isn't working is that $signatureDirectory is undefined. After changing /usr/lib/f-prot/tools/check-updates line 145 to: my $signatureDirectory = "/var/lib/f-prot/"; And re-running dpkg --configure f-prot-installer, things started working again. Regards, Sander. -