[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] /etc/leafnode/config problems with ma8



On 03 Jan 2002, ma@xxxxxxxxxxxxxxxxxxxxxxxxxxxx wrote:

> Matthias Andree <ma@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> writes:
> 
>> Please do NOT edit the copy of the file you send, to weed out passwords,
>> rather use
>> 
>>     grep -v pass </etc/leafnode/config >/tmp/config-without-passwords
>> 
>> then gzip (or bzip2 or compress or lzop) and mail me the resulting file
>> privately (not to the list).
> 
> I have since received his config, but could not reproduce this. Is
> anybody else having similar problems; a config file not being accepted
> after a leafnode update, particularly on Mandrake?
> 

I've found the problem here, but am none the wiser as to what caused it
My configparam_data.c was as follows:
/* file generated from config.table, do not edit! */

#include "configparam.h"
#include "config_defs.h"

const struct configparam configparam[] = {
};

const int count_configparam = sizeof(configparam) / sizeof(configparam[0]);


Hence the problems in recognising keywords(!)
I deleted b_sortnl, regenerated that and then configparam_data.c and it's ok
- just get the expected errors with the group file format, will try
installing when my ISP is working properly again - or maybe even
installing a newer version

R
-- 
Robert Marshall

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list