[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] services: Add 'lirc-service'.
From: |
Alex Kost |
Subject: |
Re: [PATCH 2/2] services: Add 'lirc-service'. |
Date: |
Thu, 26 Mar 2015 15:50:55 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ludovic Courtès (2015-03-26 00:00 +0300) wrote:
> Alex Kost <address@hidden> skribis:
>
>> From 6338f01cf706a755632b0647d3e0b41062c070a1 Mon Sep 17 00:00:00 2001
>> From: Alex Kost <address@hidden>
>> 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'.
>
> [...]
>
>> address@hidden {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’.
--
Alex