From owner-cvs-sys Wed Sep 11 13:19:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27190 for cvs-sys-outgoing; Wed, 11 Sep 1996 13:19:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA27178; Wed, 11 Sep 1996 13:19:14 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id GAA09893; Thu, 12 Sep 1996 06:15:15 +1000 Date: Thu, 12 Sep 1996 06:15:15 +1000 From: Bruce Evans Message-Id: <199609112015.GAA09893@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC LINT files.i386 options.i386 src/sys/i386/i386 machdep.c userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/conf GENERIC LINT files.i386 options.i386 > sys/i386/i386 machdep.c userconfig.c > Log: > Make userconfig two (default: on) options: > USERCONFIG to enable > VISUAL_USERCONFIG to get the gui stuff too. Perhaps userconfig.c should be split up so that it doesn't need ifdefs... It has already has separate copyrights, separate Ids, and two different nonstandard code styles. OTOH, we don't need more i/o routines. The kernel already has a reasonable line editor in ddb, different poor line editors in userconfig, swapgeneric and biosboot, and something or other two edit fields in visual-userconfig. Bruce