Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-19 Thread Ludovic Courtès
Alex Kost skribis: > Chris Marusich (2016-03-12 14:38 +0300) wrote: > >> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 >> From: Chris Marusich >> Date: Mon, 7 Mar 2016 01:55:07 -0800 >> Subject: [PATCH] doc: Clarify and consolidate modify-services documentation. >> >> *

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-19 Thread Alex Kost
Ludovic Courtès (2016-03-17 11:52 +0300) wrote: > Alex Kost skribis: > >> Chris Marusich (2016-03-12 14:38 +0300) wrote: >> >>> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 >>> From: Chris Marusich >>> Date: Mon, 7 Mar 2016 01:55:07 -0800 >>> Subject: [PATCH] doc: Clari

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-19 Thread Alex Kost
Chris Marusich (2016-03-12 14:38 +0300) wrote: > From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Mon, 7 Mar 2016 01:55:07 -0800 > Subject: [PATCH] doc: Clarify and consolidate modify-services documentation. > > * doc/guix.texi ("Using the Conf

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-18 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-03-17 11:52 +0300) wrote: > >> Alex Kost skribis: >> >>> Chris Marusich (2016-03-12 14:38 +0300) wrote: >>> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Mon, 7 Mar 2016 01:55:07 -0800

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-15 Thread Ludovic Courtès
Chris Marusich skribis: > From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Mon, 7 Mar 2016 01:55:07 -0800 > Subject: [PATCH] doc: Clarify and consolidate modify-services documentation. > > * doc/guix.texi ("Using the Configuration System": Mov

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-12 Thread Chris Marusich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I finished installing texlive, but when I try to build the PDF document, it fails. I'm not sure I can test this on my end using GuixSD out of the box: - --8<---cut here---start->8--- [0] marusich@carbuncle:~/guix/

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-12 Thread Chris Marusich
Whoops, there was a missing brace in my patch, so make couldn't build the documentation. Here's a new patch which adds the missing brace. Sorry for the double post! >From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Mon, 7 Mar 2016 01:55:07 -0800 S

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-12 Thread Chris Marusich
Here's an updated patch. First off, I added my name to the copyright list for each file I modified. Please let me know if I should refrain from doing this, since the contribution is small. l...@gnu.org (Ludovic Courtès) writes: > One general remark: please always leave two spaces after an > en

Re: [PATCH] doc: Clarify and consolidate modify-services documentation.

2016-03-11 Thread Ludovic Courtès
Chris Marusich skribis: > In particular, I found that the current recommended way to modify a > service (i.e., using 'modify-services') relies on the 'inherit' feature > of records that are created via the macros that 'define-record-type*' > produces. This is documented just fine in the (guix rec