From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56446) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5tNP-0006en-Tw for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5tNP-0006NJ-0T for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5tNO-0006N1-UN for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5tNO-00070g-SY for guix-patches@gnu.org; Sun, 23 Feb 2020 10:41:02 -0500 Subject: [bug#39752] [PATCH 2/5] service: Fix typos. Resent-Message-ID: From: Brice Waegeneire Date: Sun, 23 Feb 2020 16:40:05 +0100 Message-Id: <20200223154008.24888-3-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 * modules/shepherd/service.scm (root-service): Replace "safe" by "save". --- modules/shepherd/service.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm index e0772e8..fc82cc4 100644 --- a/modules/shepherd/service.scm +++ b/modules/shepherd/service.scm @@ -1392,7 +1392,7 @@ we want to receive these signals." #t) (primitive-exit 0)))))) (persistency - "Safe the current state of running and non-running services. + "Save the current state of running and non-running services. This status gets written into a file on termination, so that we can restore the status on next startup. Optionally, you can pass a file name as argument that will be used to store the status." @@ -1401,7 +1401,7 @@ name as argument that will be used to store the status." (when file (set! persistency-state-file file)))) (no-persistency - "Don't safe state in a file on exit." + "Don't save state in a file on exit." (lambda (running) (set! persistency #f))) (cd -- 2.25.0