From owner-freebsd-hackers Fri Apr 25 23:48:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA09059 for hackers-outgoing; Fri, 25 Apr 1997 23:48:20 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA09054 for ; Fri, 25 Apr 1997 23:48:16 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id QAA04176; Sat, 26 Apr 1997 16:48:05 +1000 (EST) Date: Sat, 26 Apr 1997 16:48:04 +1000 (EST) From: "Daniel O'Callaghan" To: "Jordan K. Hubbard" cc: hackers@freebsd.org Subject: Re: /etc/netstart bogons.. In-Reply-To: <13360.862027834@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Apr 1997, Jordan K. Hubbard wrote: > > Pass for now. My noodle needs rest and diffs make me dizzy. %-S > > Well, I'm getting so little feedback on this that I'm just going to go > ahead with it in the next few days. People clearly aren't all that > interested in actually trying it out *before* it's committed, so hey, > they'll just have to try it out afterwards whether they like it or > not. :-) I had a brief look at it yesterday, but it was a public holiday and I tried to do as little work as possible. The rc.conf looks fine, sort of like sysconfig without the comments. As for a fancy tool for editing rc.conf (for those who are vi-impaired), what about the visual userconfig code in the kernel. It looks like a possible starting point, since it has exploding sections and could even have help pages available. Mike, how hard do you think it would be to rework userconfig.c to handle rc.conf instead of devices? My thoughts in this direction are that it would be nice to have a text-window-based rc.conf editor as well as Tcl editor for those running X. The alternatives are libdialog and something completely different. Jordan has grumbled about libdialog in the past, and I don't see his opinion changing in a hurry. Danny