On Wednesday 04 October 2006 17:44, Nico Golde wrote:
> Package: motion
> Version: 3.2.3-1+b1
> Severity: normal
> Tags: patch
> Hi,
> If you call motion with -d for debugging it complains about
> amissing parameter. Referring to the manpage it does not
> need a parameter.
> A fix would be:
> Line 1107 of conf.c
> - while ((c=getopt(conf->argc, conf->argv, "c:d:hns?"))!=EOF)
> + while ((c=getopt(conf->argc, conf->argv, "c:dhns?"))!=EOF)

Just tried this but got a segfault trying to run 'motion -d'. Running 
motion with using -d works fine, though.

I have just finished a new build which I would like to see in testing as 
soon as possible, so with this next release I will merely make a 
comment in the manpage that using -d also requires -c.

Best regards,
Frederik Dannemare


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to