From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: rottlog: rotate messages daily. Date: Mon, 03 Oct 2016 00:39:43 +0200 Message-ID: <87r37ye5ow.fsf@gnu.org> References: <87d1lfziew.fsf@gnu.org> <87k2eoox3p.fsf@gnu.org> <877fanyjoy.fsf@gnu.org> <87zinhve2w.fsf@gnu.org> <87zinelg1t.fsf@gnu.org> <87eg4ou7h5.fsf@gnu.org> <87mvjbqxzf.fsf@gnu.org> <874m5itjv5.fsf@gnu.org> <87wpi7p2wh.fsf@gnu.org> <87eg4epach.fsf@gnu.org> <87shsti7zg.fsf@gnu.org> <87bmzfd5eq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqpQW-0002NB-Q6 for guix-devel@gnu.org; Sun, 02 Oct 2016 18:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqpQT-00051p-01 for guix-devel@gnu.org; Sun, 02 Oct 2016 18:40:08 -0400 In-Reply-To: <87bmzfd5eq.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Thu, 22 Sep 2016 22:51:41 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Jan Nieuwenhuizen Cc: guix-devel@gnu.org Jan Nieuwenhuizen skribis: > From f4b03963d6ba6a232fca4ed749695423547d0ad5 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Thu, 8 Sep 2016 01:20:43 +0200 > Subject: [PATCH] gnu: services: add rottlog. > > * gnu/services/admin.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * doc/guix.texi (Log Rotation): Document it. I=E2=80=99ve pushed it as 92c03a871559590f7f3b0640e3a6cfd83c8044e6 with min= or changes: typos in the doc and code, an additional introduction sentence in the doc, removal of the =E2=80=9Cnocompress=E2=80=9D option in the defau= lt rotations. Thanks! Ludo=E2=80=99.