Date: Thu, 5 Feb 2015 12:51:41 -0800 From: Garrett Cooper <yaneurabeya@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Garrett Cooper <ngie@freebsd.org> Subject: Re: svn commit: r278249 - head/etc/rc.d Message-ID: <DB0BB72B-F26D-48A7-B51B-47E2077888DD@gmail.com> In-Reply-To: <1724492.FMbRRniWv7@ralph.baldwin.cx> References: <201502051138.t15BcUlj070663@svn.freebsd.org> <1724492.FMbRRniWv7@ralph.baldwin.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_D78CA3FE-9DE0-4784-9DBE-ECB6E337E7C1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 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 >>=20 >> Log: >> Honor the following flags with the following rc.d scripts for = services >> that can be easily decoupled from the boot process without disrupting = other >> services >>=20 >> - MK_APM && MK_ACPI: powerd >> - MK_BOOTPARAMD: bootparams >> - MK_FTP: ftpd >> - MK_INETD: inetd >> - MK_LEGACY_CONSOLE: moused, syscons >=20 > 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 = to doublecheck the sources to make sure there aren=92t any assumptions = lurking in moused that explicitly require syscons in order to = function... --Apple-Mail=_D78CA3FE-9DE0-4784-9DBE-ECB6E337E7C1 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJU09fdAAoJEMZr5QU6S73eg9EH/R/GeGm2z9jZpyXT6Tcshhsb 7r8QG4HjX1J83N1yHGM6EmZ9KHn0u0eUzUqjEebenwOlI5o/c/tEW5Gv8ZKd72xD jA3zSV2xY/RX79VelVlNsBajgiPEZvGsWMBu9Cpara3KtKdbJMht2C7UrFQjQ4th Kr/xL892rXAUn3F68VCmodmi6Ocj6+NsDV1j82DxGmoiNhq2gEx0R0xfzleN/Oik /3QYkobNE5DHeX5G1wMIIr/yfdmnoImHHB0UoMyMIFC8f//Lnh4WlmuqqRqHCe2T WYnBjdKhX8xhNx8m9Mdcu7S0+PxBRVREnhcmGdNgh357SAPthLSsJiPvF+QRyfE= =fQZY -----END PGP SIGNATURE----- --Apple-Mail=_D78CA3FE-9DE0-4784-9DBE-ECB6E337E7C1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DB0BB72B-F26D-48A7-B51B-47E2077888DD>