[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39752] [PATCH 4/5] doc: Fix wolfgangj example.
From: |
Brice Waegeneire |
Subject: |
[bug#39752] [PATCH 4/5] doc: Fix wolfgangj example. |
Date: |
Sun, 23 Feb 2020 16:40:07 +0100 |
* 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 --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
--
2.25.0
- [bug#39752] [PATCH 0/4 shepherd] Update the doc and an example., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 1/4] doc: Fix typos., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 2/4] service: Fix typos., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 3/4] doc: Expand the part on special action 'doc'., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 4/4] doc: Fix wolfgangj example., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 0/5 shepherd v2] Update the doc and an example., Brice Waegeneire, 2020/02/23