From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH] Add AIDE. Date: Wed, 23 Mar 2016 01:04:49 -0500 Message-ID: <20160323010449.7e9846bc@openmailbox.org> References: <87a8lp3gf2.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aibvU-000764-Qc for guix-devel@gnu.org; Wed, 23 Mar 2016 02:06:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aibuo-0003QX-1g for guix-devel@gnu.org; Wed, 23 Mar 2016 02:05:52 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:49349 helo=mail2.openmailbox.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aibun-0003Pj-Mv for guix-devel@gnu.org; Wed, 23 Mar 2016 02:05:09 -0400 In-Reply-To: <87a8lp3gf2.fsf@elephly.net> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel On Wed, 23 Mar 2016 06:35:29 +0100 Ricardo Wurmus wrote: > From 212175f24c6624f93e95be721d713a97a9bac624 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 23 Mar 2016 06:34:45 +0100 > Subject: [PATCH] gnu: Add AIDE. > > * gnu/packages/admin.scm (aide): New variable. > --- > gnu/packages/admin.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) LGTM. `~Eric