From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] bird: Fix path of configuration file in backup
Date: Tue, 19 Nov 2019 15:28:22 +0000 [thread overview]
Message-ID: <20191119152822.13122-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
The backup did not pack the configuration file
due to an incorrect path.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
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
reply other threads:[~2019-11-19 15:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191119152822.13122-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox