From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add rpcbind Date: Thu, 01 Sep 2016 14:07:06 +0200 Message-ID: <87lgzbq0wl.fsf@gnu.org> References: <1472419523-2784-1-git-send-email-john@darrington.wattle.id.au> <87shtklm7z.fsf@gnu.org> <20160831203759.GA8319@jocasta.intra> <20160901044254.GA19793@jocasta.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfQm3-0005kC-Gt for guix-devel@gnu.org; Thu, 01 Sep 2016 08:07:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfQlx-00026Y-GJ for guix-devel@gnu.org; Thu, 01 Sep 2016 08:07:14 -0400 In-Reply-To: <20160901044254.GA19793@jocasta.intra> (John Darrington's message of "Thu, 1 Sep 2016 06:42:54 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Wed, Aug 31, 2016 at 10:38:00PM +0200, John Darrington wrote: > On Wed, Aug 31, 2016 at 10:25:36PM +0200, Ludovic Court??s wrote: > John Darrington skribis: >=20=20=20=20=20=20=20=20=20=20=20 > > + (synopsis "A server to convert RPC program numbers into = universal addresses") > ^ > What about: ???Convert ONC??RPC program numbers to addresses???? >=20=20=20=20=20=20 > I have no idea what ONC is. > > Oh according to Wikipedia "Open Network Computing". Maybe then I will mo= ve this code > out of linux.scm and into onc-rpc.scm Probably (=E2=80=9CONC RPC=E2=80=9D used to be known as =E2=80=9CSun RPC=E2= =80=9D.) By =E2=80=9Cdirectory server=E2=80=9D, I probably meant =E2=80=9Cdirectory = service=E2=80=9D: you lookup a name (program number), and it gives you a number (IPC address). Ludo=E2=80=99.