Bug#437508: debarchiver: syntax errors in config file silently ignored

2007-08-13 Thread Geoff Crompton
> If you change line the lines that contain "Loading config file" in the > debarchiver > command from: > > pdebug(4, "Loading config file... > > to > > pdebug(3, "Loading config file... > > it will solve this problem. > > If you could verify this soltion, it would be good. If it works for y

Bug#437508: debarchiver: syntax errors in config file silently ignored

2007-08-13 Thread Ola Lundqvist
tags 437508 + patch thanks Hi Geoff On Mon, Aug 13, 2007 at 10:03:16AM +1000, Geoff Crompton wrote: > Package: debarchiver > Version: 0.7.3 > Severity: normal > > Hi, it seems if someone writes a syntax error in /etc/debarchiver.conf, the > script silently ignores that problem. > > I had a look

Bug#437508: debarchiver: syntax errors in config file silently ignored

2007-08-12 Thread Geoff Crompton
Package: debarchiver Version: 0.7.3 Severity: normal Hi, it seems if someone writes a syntax error in /etc/debarchiver.conf, the script silently ignores that problem. I had a look at the code, I think the problem may be in opalmod, line 152 of OpaL::action says: 150 sub pdebug ($$;&) { 1