Walery Kokarev - 2009-12-18

Probably no plugins defined in your nfsen.conf. It was the issue in my case.

Nfcomm is loading lookup_site only if NfConf::plugins is defined and after all other plugins have been loaded.
So, if we change Nfcomm.pm to load lookup_site unconditionally, everything works fine.

Here is the patch:
Index: libexec/Nfcomm.pm
===================================================================
--- libexec/Nfcomm.pm
+++ libexec/Nfcomm.pm
600a601,602
> $CMD_lookup{'lookup'} = load_lookup();
>
683,684d684
< $CMD_lookup{'lookup'} = load_lookup();
<