From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] services: Add 'lirc-service'. Date: Wed, 25 Mar 2015 22:00:32 +0100 Message-ID: <87bnjghjwv.fsf@gnu.org> References: <87pp81875x.fsf@gmail.com> <87h9tahi2h.fsf@gnu.org> <878uem5gnz.fsf@gmail.com> 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]:50652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YasPq-0008R8-FA for guix-devel@gnu.org; Wed, 25 Mar 2015 17:00:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YasPj-0006Bu-CR for guix-devel@gnu.org; Wed, 25 Mar 2015 17:00:42 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YasPj-0006Bp-9Z for guix-devel@gnu.org; Wed, 25 Mar 2015 17:00:35 -0400 In-Reply-To: <878uem5gnz.fsf@gmail.com> (Alex Kost's message of "Tue, 24 Mar 2015 22:39:12 +0300") 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: Alex Kost Cc: guix-devel@gnu.org 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.) OK with these changes, thanks! Ludo=E2=80=99.