[1/3] Add missing logdir to Makefile.
Message ID | 20170125134821.15442-1-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id CA09A620B2 for <patchwork@ipfire.org>; Wed, 25 Jan 2017 14:47:33 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 42D51D60; Wed, 25 Jan 2017 14:47:32 +0100 (CET) Received: from tuxedo.stevee (213162068239.public.t-mobile.at [213.162.68.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 8548B9F3; Wed, 25 Jan 2017 14:47:24 +0100 (CET) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 1/3] Add missing logdir to Makefile. Date: Wed, 25 Jan 2017 14:48:19 +0100 Message-Id: <20170125134821.15442-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Cc: network@lists.ipfire.org Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
Jan. 26, 2017, 12:48 a.m. UTC
The logdir has not been created during the "make install" process
and therefore not been shipped yet.
This directory is used to store various databases which contains
data about the zones and routes. They can easily accessed by
the upcomming WUI to display or compute those information.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)