Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 15:32:15 -0800
From:      NGie Cooper <yaneurabeya@gmail.com>
To:        John Baldwin <jhb@freebsd.org>
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>
Subject:   Re: svn commit: r278249 - head/etc/rc.d
Message-ID:  <CAGHfRMDr0P83jB_ws-JiCi7O3vUFSnEjbr12Q3hjZyVsX-D9qg@mail.gmail.com>
In-Reply-To: <22331387.X8ihv2sqVO@ralph.baldwin.cx>
References:  <201502051138.t15BcUlj070663@svn.freebsd.org> <1724492.FMbRRniWv7@ralph.baldwin.cx> <DB0BB72B-F26D-48A7-B51B-47E2077888DD@gmail.com> <22331387.X8ihv2sqVO@ralph.baldwin.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 5, 2015 at 1:39 PM, John Baldwin <jhb@freebsd.org> wrote:
> On Thursday, February 05, 2015 12:51:41 PM Garrett Cooper wrote:
>> On Feb 5, 2015, at 5:04, John Baldwin <jhb@freebsd.org> wrote:
>> > On Thursday, February 05, 2015 11:38:30 AM Garrett Cooper wrote:
>> >> Author: ngie
>> >> Date: Thu Feb  5 11:38:29 2015
>> >> New Revision: 278249
>> >> URL: https://svnweb.freebsd.org/changeset/base/278249
>> >>
>> >> Log:
>> >>  Honor the following flags with the following rc.d scripts for servic=
es
>> >>
>> >> that can be easily decoupled from the boot process without disrupting
>> >> other
>> >> services
>> >>
>> >>  - MK_APM && MK_ACPI: powerd
>> >>  - MK_BOOTPARAMD: bootparams
>> >>  - MK_FTP: ftpd
>> >>  - MK_INETD: inetd
>> >>  - MK_LEGACY_CONSOLE: moused, syscons
>> >
>> > I'm using moused with vt(4).  It is not syscons-specific.
>>
>> Unfortunately it is LEGACY_CONSOLE specific right now:
>>
>> 183242        sam # XXX MK_SYSCONS
>> 183242        sam .if ${MK_LEGACY_CONSOLE} !=3D "no"
>> 212525        imp SUBDIR+=3D      kbdcontrol
>> 212525        imp SUBDIR+=3D      kbdmap
>> 212525        imp SUBDIR+=3D      moused
>> 212525        imp SUBDIR+=3D      vidcontrol
>> 183242        sam .endif
>>
>> This will probably need to change to be inclusive of MK_VT, but I need t=
o
>> doublecheck the sources to make sure there aren=E2=80=99t any assumption=
s lurking
>> in moused that explicitly require syscons in order to function...
>
> Eh, which part of "I'm running moused for a trackpad on my Thinkpad that =
I
> use with vt(4) both in and out of X" doesn't =3D=3D "it works with vt(4),=
 not
> just sc(4)"?  :)

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
!=3D no || MK_VT !=3D no (or invent a different build knob to make the
intent of the tools clearer instead of copy-pasting that pattern
around the tree).

Thanks :)!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMDr0P83jB_ws-JiCi7O3vUFSnEjbr12Q3hjZyVsX-D9qg>