From owner-freebsd-hackers Thu Apr 17 18:34:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA22774 for hackers-outgoing; Thu, 17 Apr 1997 18:34:19 -0700 (PDT) Received: from apolo.biblos.unal.edu.co ([168.176.37.75]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA22733 for ; Thu, 17 Apr 1997 18:34:02 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem13.usc.unal.edu.co [168.176.3.43]) by apolo.biblos.unal.edu.co (8.8.5/8.8.5) with SMTP id UAA15682; Thu, 17 Apr 1997 20:35:55 -0500 (COT) Message-ID: <3356EAC8.1615@fps.biblos.unal.edu.co> Date: Thu, 17 Apr 1997 20:30:16 -0700 From: Pedro Giffuni X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Brandon Gillespie CC: freebsd-hackers@FreeBSD.ORG Subject: Re: kernel config 'doconfig' (was: Re: Another Linux Religious war) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brandon Gillespie wrote: > > ---------------------------- > SYNOPSIS > > /usr/sbin/doconfig [-s | -b] [-c config_file -dn] [ -e ed_script] > > Comments? Howdy, I've tested, not extensively yet, the doconfig command and I LIKE it. It keeps me from moving around the source directories to build a kernel. It doesn't ask stupid questions like other OSs. Building a kernel is not something that I do everyday, but now I feel like doing it more often :-). My only suggestions for Brandon are having a man page, and using a Berkeley-like license (see adduser(8)). The command doesn't exist in Solaris or AIX, that are the only unstable boxes I use, but if it comes in Digital Unix, I guess it's in the family. If, for some reason, it isn't committed, we can port it. Pedro. > > -Brandon Gillespie