Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2017 15:01:41 -0700
From:      "Ngie Cooper (yaneurabeya)" <yaneurabeya@gmail.com>
To:        "Julian H. Stacey" <jhs@berklix.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: src/libexec/Makefile damaged fails to build rshd
Message-ID:  <969B03EF-3471-4AC6-AC54-787C79E369F8@gmail.com>
In-Reply-To: <201708062048.v76KlsdH059244@fire.js.berklix.net>
References:  <201708062048.v76KlsdH059244@fire.js.berklix.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_0E9A5F89-42FC-4391-9FF0-38AAAFC9EFF8
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=utf-8


> On Aug 6, 2017, at 13:47, Julian H. Stacey <jhs@berklix.com> wrote:
>=20
> Hi, Reference:
>> From:		"Julian H. Stacey" <jhs@berklix.com>
>> Date:		Sun, 06 Aug 2017 22:25:02 +0200
>=20
> "Julian H. Stacey" wrote:
>>>>> The half baked mod. to src/libexec/Makefile could be backed out
>>=20
>> I was wrong, sorry, code is not half baked, cos further down I =
spotted :
>> 	.if ${MK_RCMDS} !=3D "no"
>> 	_rlogind=3D       rlogind
>> 	_rshd=3D          rshd
>> 	.endif
>>=20
>> cd /usr/src; find . -type f | xargs grep MK_RCMDS | grep -v Makefile:
>> 	./tools/build/mk/OptionalObsoleteFiles.inc:.if ${MK_RCMDS} =3D=3D =
no
>>=20
>> I'm reading that while make world continues.
>=20
> Finaly found it, after guessing some shell might roll MK_RCMDS from
> a list including RCMDS, & finding man src.conf with WITH_RCMDS
> Took me a while to find.  Thanks Ngie for your time.

Hi Julian,
	Oh, ok.
	Yes, the default for MK_RCMDS was changed recently from on to =
off. UPDATING also mentions it.
	You must have upgraded from a major version to another recently =
or over a several month period =E2=80=94 MK_* has been enhanced quite a =
bit over the past few months to =E2=80=9Cbetter respect optional =
features=E2=80=9D. I left things on by default for POLA sake, but =
you=E2=80=99re free to remove them as need be. The defaults may change =
in the future (as you discovered with MK_RCMDS).
Cheers,
-Ngie

$ svn blame ^/head/share/mk/src.opts.mk | grep RCMDS
320530        jlh     RCMDS \
$ svn log -c 320530 ^/
------------------------------------------------------------------------
r320530 | jlh | 2017-07-01 03:04:42 -0700 (Sat, 01 Jul 2017) | 12 lines

Disable RCMDS by default.

This was announced in this thread:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html

Applying plan proposed by ngie@ in:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018249.html

The port has been submitted as net/bsdrcmds in r444814.

Approved by:    bapt, roberto, and others

------------------------------------------------------------------------
$ grep -n 20170701 -A 2 UPDATING
66:20170701:
67-     WITHOUT_RCMDS is now the default. Set WITH_RCMDS if you need =
them to be
68-     built with the base system.

--Apple-Mail=_0E9A5F89-42FC-4391-9FF0-38AAAFC9EFF8
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

iQIbBAEBCgAGBQJZh5HFAAoJEPWDqSZpMIYVSDIP+OMZRURLzL4KM6rIQspgqhnw
52F65FjUoSLhY7SvZG+Djf+Gmnt2NXxFvvVCach/09Jafoe7F5JG4PzbALb0k8OF
ygDplejsLMgDIRcaKcl1RPo5/jMU39NPR4otkzpQVPLchIZytMXQ6Z3aVpzs5xic
F23/oWU7NkI/2UKQ0+altwIP5DsXWpBsrgCsRV2fsiTN6tUI7ackWRczrs/fJ3mN
ticyvPEqbFjxVrM6qSb0/wpGu5dDbaYCBQ88yvlytjaZQGVtdI9F3nLViBzXg93K
nRtGiOJpizNyBj3DBGMgSbGau/w6uDABx3fdB5NBnRO4OTSy2ycdYQqEwNmjBXRZ
lvusPjPOsN0d0skwbD+A6EVpwJy4Ox/gvUJK8fq+tva2eG78sbczU/Q9LbMILb3S
n0gTiuxU1Mvfa21MW4JGDemvybYYzsaoSWh+JLGcSfgvV57CRjOphxTJ9Mp9dYcJ
LK6zqzvJvfriYVUAjdaZFDnm+Lfp7uMXnS9Oq+gBQisvEkQPqgTRzaoPWVXdAhVL
5rBO0ihaDO4aEqTHOMjSSTzxQjl+JwRJbYgEAAdCj6n0ve6QmenNz1LJULCInCTL
2V5ioZqbIKZ4RvV95C/orbnQVSnjei+ILn63+/LOxN0MMi3mSalaH4FTzzRM0fUZ
dDWP8gzYFo7r8sxfSRE=
=ztBy
-----END PGP SIGNATURE-----

--Apple-Mail=_0E9A5F89-42FC-4391-9FF0-38AAAFC9EFF8--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?969B03EF-3471-4AC6-AC54-787C79E369F8>