Menu

netdb-cgi with netdb.conf in different name/location

SFiorido
2014-04-30
2014-04-30
  • SFiorido

    SFiorido - 2014-04-30

    I have identified a small issue with non standard name/location of netdb.conf file in netdb-cgi.pl, the netdb configuration file is not passed to netdb.pl calls and therefore everything works fine as long as the netdb configuration file has the standard name and location (/etc/netdb.conf).

    I have just changed the line from

    my $netdbCSVcmd = "/opt/netdb/netdb.pl -c";

    to
    my $netdbCSVcmd = "/opt/netdb/netdb.pl -c -conf $config_file";

    Kind regards,
    SF

     
    • Jonathan Yantis

      Jonathan Yantis - 2014-04-30

      Thanks, I’ll make sure this gets included in the next update.

      Jonathan

      On Apr 30, 2014, at 11:29 AM, SFiorido sfiorido@users.sf.net wrote:

      I have identified a small issue with non standard name/location of netdb.conf file in netdb-cgi.pl, the netdb configuration file is not passed to netdb.pl calls and therefore everything works fine as long as the netdb configuration file has the standard name and location (/etc/netdb.conf).

      I have just changed the line from

      my $netdbCSVcmd = "/opt/netdb/netdb.pl -c";

      to
      my $netdbCSVcmd = "/opt/netdb/netdb.pl -c -conf $config_file";

      Kind regards,
      SF

      netdb-cgi with netdb.conf in different name/location

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/netdbtracking/discussion/939988/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

Log in to post a comment.