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: Wed, 31 Aug 2016 22:25:36 +0200 Message-ID: <87shtklm7z.fsf@gnu.org> References: <1472419523-2784-1-git-send-email-john@darrington.wattle.id.au> 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]:45175) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfC4w-00061V-Na for guix-devel@gnu.org; Wed, 31 Aug 2016 16:25:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfC4q-0006B0-VQ for guix-devel@gnu.org; Wed, 31 Aug 2016 16:25:45 -0400 In-Reply-To: <1472419523-2784-1-git-send-email-john@darrington.wattle.id.au> (John Darrington's message of "Sun, 28 Aug 2016 23:25:23 +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 John Darrington skribis: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. > + (synopsis "A server to convert RPC program numbers into universal ad= dresses") ^ If I were =E2=80=98guix lint=E2=80=99 I=E2=80=99d complain about that. ;-) What about: =E2=80=9CConvert ONC=C2=A0RPC program numbers to addresses=E2= =80=9D? > + (description > + "The rpcbind utility is a server that converts RPC program numbers = into=20 > +universal addresses.") Maybe: =E2=80=9CThe @command{rpcbind} utility is a directory server that co= nvert ONC=C2=A0RPC program numbers to IP addresses.=E2=80=9D Otherwise LGTM, thank you! Ludo=E2=80=99.