From owner-cvs-all Tue Aug 7 7:55:17 2001 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 55EC337B40C; Tue, 7 Aug 2001 07:55:10 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f77Et7x74556; Tue, 7 Aug 2001 18:55:07 +0400 (MSD) (envelope-from ache) Date: Tue, 7 Aug 2001 18:55:04 +0400 From: "Andrey A. Chernov" To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h Message-ID: <20010807185503.A74495@nagual.pp.ru> References: <200108071248.f77CmHm43420@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200108071248.f77CmHm43420@freefall.freebsd.org> User-Agent: Mutt/1.3.19i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 07, 2001 at 05:48:17 -0700, Robert Watson wrote: > rwatson 2001/08/07 05:48:17 PDT > > Modified files: > usr.sbin/sysinstall config.c menus.c sysinstall.h > Log: > In preparation for MFC of sysinstall changes to edit /etc/ttys in > post-install config, reduce the potential confusion from the existence > of both configTTYs and configTtys by renaming configTTYs to > configEtcTtys. While this is not a C naming conflict, it was probably > a poor choice of names on my part. How about this patch? --- config.c.bak Tue Aug 7 18:51:03 2001 +++ config.c Tue Aug 7 18:53:47 2001 @@ -1046,6 +1046,7 @@ "configuration.\n\n" "To load /etc/ttys in the editor, select [Yes], otherwise, [No].")) { } else { + configTtys(); sprintf(cmd, "%s /etc/ttys", variable_get(VAR_EDITOR)); dialog_clear(); systemExecute(cmd); -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message