Date: Tue, 7 Aug 2001 18:55:04 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Robert Watson <rwatson@FreeBSD.org> 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> In-Reply-To: <200108071248.f77CmHm43420@freefall.freebsd.org> References: <200108071248.f77CmHm43420@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010807185503.A74495>