public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] bird: Fix path of configuration file in backup
@ 2019-11-19 15:28 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2019-11-19 15:28 UTC (permalink / raw)
  To: development

[-- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-19 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19 15:28 [PATCH] bird: Fix path of configuration file in backup Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox