From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/2] Add tools for sysadmins: htop and dfc. Date: Sat, 31 Aug 2013 17:51:59 +0200 Message-ID: <87bo4dvoww.fsf@gnu.org> References: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> 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]:42083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFnXy-0000Ri-MN for guix-devel@gnu.org; Sat, 31 Aug 2013 11:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFnXr-0006PS-DK for guix-devel@gnu.org; Sat, 31 Aug 2013 11:57:10 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:57392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFnXr-0006PN-6z for guix-devel@gnu.org; Sat, 31 Aug 2013 11:57:03 -0400 In-Reply-To: <1377893316-5136-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Fri, 30 Aug 2013 22:08:34 +0200") List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > This patch series adds htop and dfc, which are 'modern' versions of top a= nd df. [...] > gnu/packages/sysutils.scm | 70 +++++++++++++++++++++++++++++++++++++++= ++++++ It just occurred to me that there=E2=80=99s already (gnu packages system), = which contains sysadmin tools. Could you put the contents of sysutils.scm in there? Thanks, Ludo=E2=80=99.