diff mbox series

[bug#39752,4/5] doc: Fix wolfgangj example.

Message ID 20200223154008.24888-5-brice@waegenei.re
State Accepted
Headers show
Series Update the doc and an example. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/applying patch fail View Laminar job

Commit Message

Brice Waegeneire Feb. 23, 2020, 3:40 p.m. UTC
* doc/examples/wolfgangj.scm: Use module SRFI-1. Replace "dmd" by "shepherd".
---
 doc/examples/wolfgangj.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

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