From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50044) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5nSd-0003po-58 for guix-patches@gnu.org; Sun, 23 Feb 2020 04:22:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5nSc-0008A9-7L for guix-patches@gnu.org; Sun, 23 Feb 2020 04:22:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44390) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5nSc-0008A4-4j for guix-patches@gnu.org; Sun, 23 Feb 2020 04:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5nSc-0007On-1l for guix-patches@gnu.org; Sun, 23 Feb 2020 04:22:02 -0500 Subject: [bug#39752] [PATCH 4/4] doc: Fix wolfgangj example. Resent-Message-ID: From: Brice Waegeneire Date: Sun, 23 Feb 2020 10:20:44 +0100 Message-Id: <20200223092044.22834-4-brice@waegenei.re> In-Reply-To: <20200223091859.21705-1-brice@waegenei.re> References: <20200223091859.21705-1-brice@waegenei.re> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39752@debbugs.gnu.org * 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