ajrockefeller / openfpc

Automatically exported from code.google.com/p/openfpc
0 stars 0 forks source link

daemonlogger not start #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
svn version: r338

I found a bug in openfpc program which cause daemonlogger fail to start.

It can be fixed by changing the value of variable daemonargs to "-d " in line 
350.

---------------------------------------------------------------------
347 sub openfpcdaemonlogger{
348         my $action=shift;
349         my $instance=shift;
350         my $daemonargs="-d";
351
352         my $daemoncmd=findcmd("openfpc-daemonlogger",$instance);

Original issue reported on code.google.com by Laurel.W...@gmail.com on 5 Oct 2012 at 7:34