Date: Thu, 5 Feb 2015 22:49:45 -0500 From: Ed Maste <emaste@freebsd.org> To: NGie Cooper <yaneurabeya@gmail.com> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, Garrett Cooper <ngie@freebsd.org>, John Baldwin <jhb@freebsd.org> Subject: Re: svn commit: r278249 - head/etc/rc.d Message-ID: <CAPyFy2DkXEQZd-mYcH=tAc3HRCTG3vfwzEm94M9w4WtLXwgR_w@mail.gmail.com> In-Reply-To: <CAGHfRMDr0P83jB_ws-JiCi7O3vUFSnEjbr12Q3hjZyVsX-D9qg@mail.gmail.com> References: <201502051138.t15BcUlj070663@svn.freebsd.org> <1724492.FMbRRniWv7@ralph.baldwin.cx> <DB0BB72B-F26D-48A7-B51B-47E2077888DD@gmail.com> <22331387.X8ihv2sqVO@ralph.baldwin.cx> <CAGHfRMDr0P83jB_ws-JiCi7O3vUFSnEjbr12Q3hjZyVsX-D9qg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5 February 2015 at 18:32, NGie Cooper <yaneurabeya@gmail.com> wrote: > > I guess I was just propagating around the original assumption that > using moused is tied to just syscons(4). You and emaste are right > though -- these tools should build and install when MK_LEGACY_CONSOLE > != no || MK_VT != no (or invent a different build knob to make the > intent of the tools clearer instead of copy-pasting that pattern > around the tree). We already have a knob to control these tools -- LEGACY_CONSOLE. The three related console knobs are: LEGACY_CONSOLE - kbdcontrol, moused, etc. which support both syscons(4) and vt(4) SYSCONS - key maps, fonts, etc. for syscons(4) VT - key maps, fonts, etc. for vt(4) LEGACY_CONSOLE may be poorly named, but just adding || MK_VT != no isn't correct. Eliminating it, and using MK_SYSCONS != no || MK_VT != no might be.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2DkXEQZd-mYcH=tAc3HRCTG3vfwzEm94M9w4WtLXwgR_w>