guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 04/05: doc: Fix wolfgangj example.


From: Ludovic Courtès
Subject: [shepherd] 04/05: doc: Fix wolfgangj example.
Date: Fri, 6 Mar 2020 08:21:42 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 201ea822874230f7bc0c9334315b7a6c34023829
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 23 16:40:07 2020 +0100

    doc: Fix wolfgangj example.
    
    * doc/examples/wolfgangj.scm: Use module SRFI-1. Replace "dmd" by 
"shepherd".
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/examples/wolfgangj.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/examples/wolfgangj.scm b/doc/examples/wolfgangj.scm
index 0c16108..5fae7c1 100644
--- a/doc/examples/wolfgangj.scm
+++ b/doc/examples/wolfgangj.scm
@@ -26,6 +26,8 @@
 ;; Apache running when I am online, I made Apache conflict with the
 ;; ISDN setup.
 
+(use-modules (srfi srfi-1))
+
 ;; Laziness.
 (define (number->symbol num)
   (string->symbol (number->string num)))
@@ -122,7 +124,7 @@
   (loop default-terms))
 
 ;; Go into background.
-(action 'dmd 'daemonize)
+(action 'shepherd 'daemonize)
 
 ;; Setup internet, a mailer and a few terms.
 (for-each start



reply via email to

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