From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxf9F-00047w-TM for guix-patches@gnu.org; Thu, 28 Sep 2017 16:11:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxf9C-0002u2-5t for guix-patches@gnu.org; Thu, 28 Sep 2017 16:11:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56731) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxf9C-0002tw-27 for guix-patches@gnu.org; Thu, 28 Sep 2017 16:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxf9B-0004TV-Sf for guix-patches@gnu.org; Thu, 28 Sep 2017 16:11:01 -0400 Subject: [bug#28619] [PATCH] doc: Fix rottlog configuration sample code. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170927.173634.1543193873643657166.post@thomasdanckaert.be> Date: Thu, 28 Sep 2017 22:10:35 +0200 In-Reply-To: <20170927.173634.1543193873643657166.post@thomasdanckaert.be> (Thomas Danckaert's message of "Wed, 27 Sep 2017 17:36:34 +0200 (CEST)") Message-ID: <87shf6k2is.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Thomas Danckaert Cc: 28619@debbugs.gnu.org Thomas Danckaert skribis: >>>From 46b54b38ceea9c1e20e68be6e2d1127b41a14e72 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Wed, 27 Sep 2017 17:31:31 +0200 > Subject: [PATCH] doc: Fix rottlog configuration sample code. > > * doc/guix.texi (Log Rotation): Correct code for the default mcron-service. Good catch! LGTM. Thanks, Ludo'.