From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] services: Add 'lirc-service'. Date: Thu, 26 Mar 2015 15:50:55 +0300 Message-ID: <87zj6zsz0w.fsf@gmail.com> References: <87pp81875x.fsf@gmail.com> <87h9tahi2h.fsf@gnu.org> <878uem5gnz.fsf@gmail.com> <87bnjghjwv.fsf@gnu.org> 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]:58996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yb7FZ-0000zN-CL for guix-devel@gnu.org; Thu, 26 Mar 2015 08:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yb7FW-0003oD-6t for guix-devel@gnu.org; Thu, 26 Mar 2015 08:51:05 -0400 In-Reply-To: <87bnjghjwv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 25 Mar 2015 22:00:32 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2015-03-26 00:00 +0300) wrote: > Alex Kost skribis: > >> From 6338f01cf706a755632b0647d3e0b41062c070a1 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Sun, 22 Mar 2015 16:33:17 +0300 >> Subject: [PATCH 2/2] services: Add 'lirc-service'. >> >> * gnu/services/lirc.scm: New file. >> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. >> * doc/guix.texi (Various Services): New node. Document 'lirc-service'. > > [...] > >> +@deffn {Monadic Procedure} lirc-service [#:lirc lirc] @ >> + [#:device #f] [#:driver #f] [#:config-file #f] @ >> + [#:extra-options '()] >> +Return a service that runs @url{http://www.lirc.org,LIRC}, a daemon that >> +decodes IR signals from remote controls. > > s/IR/infrared/ > >> +Optionally, @var{device}, @var{driver} and @var{config-file} (a path to >> +configuration file) may be specified. See @command{lircd} manual for > > s/path to configuration file/configuration file name/ > > Same changes in docstring (apologies for not spotting them before.) No problem, thanks for spotting them now :-) > OK with these changes, thanks! > > Ludo=E2=80=99. --=20 Alex