Hi Kevin,

Kevin Cruse wrote:
> Hey everyone,
>
> Im upgrading nfsen 1.2.4 to nfsen-1.3b-20070719, when i run the
intstall (./install.pl etc/nfsen.conf)  I get the following error:
>
> Errors in config file: Can't modify constant item in scalar assignment
at etc/nfsen.conf line 184, near "42,"
>
> Here is output starting at line 184 of nfsen.conf
>
>
> [EMAIL PROTECTED]:/usr/src/nfsen-1.3b-20070719/etc# more +184 nfsen.conf
>                 param2 = 42,
>                 # hash
>                 param1 = { 'key' => 'value' },

There is a mistake in the nfsen-dist.conf.

These lines should read:
    param2 => 42,
    param1 => {'key' => 'value' },

>         },
>         # for plugin otherplugin
>         otherplugin => [
>                 # array
>                 'mary had a little lamb'
>         ],
> );
>
>

Werner.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Nfsen-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to