emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28619: closed ([PATCH] doc: Fix rottlog configurat


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28619: closed ([PATCH] doc: Fix rottlog configuration sample code.)
Date: Sat, 30 Sep 2017 17:27:01 +0000

Your message dated Sat, 30 Sep 2017 19:26:23 +0200 (CEST)
with message-id <address@hidden>
and subject line Re: [bug#28619] [PATCH] doc: Fix rottlog configuration sample 
code.
has caused the debbugs.gnu.org bug report #28619,
regarding [PATCH] doc: Fix rottlog configuration sample code.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28619: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28619
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] doc: Fix rottlog configuration sample code. Date: Wed, 27 Sep 2017 17:36:34 +0200 (CEST) I believe the current example code for a basic rottlog-service does not work. (mcron-service) requires an argument specifying the list of jobs.

I think either (service mcron-service-type) or (mcron-service '()) would be ok. I use the former and attached patch updates the manual in this way. Is that ok?

Thomas
>From 46b54b38ceea9c1e20e68be6e2d1127b41a14e72 Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <address@hidden>
Date: Wed, 27 Sep 2017 17:31:31 +0200
Subject: [PATCH] doc: Fix rottlog configuration sample code.

* doc/guix.texi (Log Rotation): Correct code for the default mcron-service.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 1356a357c..9fd99fd53 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9959,7 +9959,7 @@ with the default settings, for commonly encountered log 
files.
 
 (operating-system
   ;; @dots{}
-  (services (cons* (mcron-service)
+  (services (cons* (service mcron-service-type)
                    (service rottlog-service-type)
                    %base-services)))
 @end lisp
-- 
2.14.1


--- End Message ---
--- Begin Message --- Subject: Re: [bug#28619] [PATCH] doc: Fix rottlog configuration sample code. Date: Sat, 30 Sep 2017 19:26:23 +0200 (CEST)

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]