From owner-freebsd-current@freebsd.org Sun Aug 6 21:57:22 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C7BEDCC33E for ; Sun, 6 Aug 2017 21:57:22 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D81036F76B for ; Sun, 6 Aug 2017 21:57:21 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 3311fde8-7af2-11e7-b2f5-7fbc454a3a22 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 3311fde8-7af2-11e7-b2f5-7fbc454a3a22; Sun, 06 Aug 2017 21:57:12 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v76Lv8uh001704; Sun, 6 Aug 2017 15:57:08 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1502056627.61435.0.camel@freebsd.org> Subject: Re: src/libexec/Makefile damaged fails to build rshd From: Ian Lepore To: "Julian H. Stacey" Cc: Ngie Cooper , freebsd-current@freebsd.org Date: Sun, 06 Aug 2017 15:57:07 -0600 In-Reply-To: <201708062048.v76KlsdH059244@fire.js.berklix.net> References: <201708062048.v76KlsdH059244@fire.js.berklix.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 21:57:22 -0000 On Sun, 2017-08-06 at 22:47 +0200, Julian H. Stacey wrote: > Hi, Reference: > > > > From: "Julian H. Stacey" > > Date: Sun, 06 Aug 2017 22:25:02 +0200 > "Julian H. Stacey" wrote: > > > > > > > > > > > > > > > > > > > The half baked mod. to src/libexec/Makefile could be backed > > > > > out > > I was wrong, sorry, code is not half baked, cos further down I > > spotted : > > .if ${MK_RCMDS} != "no" > > _rlogind=       rlogind > > _rshd=          rshd > > .endif > > > > cd /usr/src; find . -type f | xargs grep MK_RCMDS | grep -v > > Makefile: > > ./tools/build/mk/OptionalObsoleteFiles.inc:.if ${MK_RCMDS} == > > no > > > > I'm reading that while make world continues. > 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. > The thanks seem appropriate enough, given the tone and content of your previous emails.  What's missing is the very-much-required appology. -- Ian