From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56470) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5tNR-0006fU-L4 for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5tNP-0006O6-PR for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45529) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5tNP-0006No-Mw for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5tNP-00070u-LG for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:03 -0500 Subject: [bug#39752] [PATCH 4/5] doc: Fix wolfgangj example. Resent-Message-ID: From: Brice Waegeneire Date: Sun, 23 Feb 2020 16:40:07 +0100 Message-Id: <20200223154008.24888-5-brice@waegenei.re> In-Reply-To: <20200223154008.24888-1-brice@waegenei.re> References: <20200223091859.21705-1-brice@waegenei.re> <20200223154008.24888-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