Subject: Re: CVS commit: sharesrc/share/sushi/system/rcconf
To: None <tech-userlevel@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 04/03/2002 03:17:41
In article <XFMail.020402171358.root@garbled.net>,
Tim Rightnour <root@garbled.net> wrote:
>
>On 02-Apr-02 Simon Burge wrote:
>> I haven't really looked at the sushi forms, but can they be somehow
>> auto-generated from the /etc/defaults files?
>
>A few people have asked this in the past.  The answer is yes and no.
>

I would concentrate on improving the code quality and robustness first.
There are just too many switch statements that can be handled better
via function tables and pointers, as well as the memory allocation
checking can be centralized [emalloc/estrdup/erealloc] to improve
readability.

christos