From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] bird: Fix path of configuration file in backup Date: Tue, 19 Nov 2019 15:28:22 +0000 Message-ID: <20191119152822.13122-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5333435220590377913==" List-Id: --===============5333435220590377913== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The backup did not pack the configuration file due to an incorrect path. Signed-off-by: Michael Tremer --- config/backup/includes/bird | 2 +- lfs/bird | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/backup/includes/bird b/config/backup/includes/bird index 377010bed..b5e25ff87 100644 --- a/config/backup/includes/bird +++ b/config/backup/includes/bird @@ -1 +1 @@ -etc/bird.conf +/etc/bird.conf diff --git a/lfs/bird b/lfs/bird index 7a2763b23..191f2ac04 100644 --- a/lfs/bird +++ b/lfs/bird @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = bird -PAK_VER = 5 +PAK_VER = 6 DEPS = "" -- 2.20.1 --===============5333435220590377913==--