From patchwork Tue Nov 19 15:28:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2599 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47HV8p1Mztz43Tf for ; Tue, 19 Nov 2019 15:28:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47HV8m4YX4z2Pr; Tue, 19 Nov 2019 15:28:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47HV8m2lVfz2yZm; Tue, 19 Nov 2019 15:28:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47HV8k5ZBzz2yFT for ; Tue, 19 Nov 2019 15:28:38 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47HV8k2qHsz2Pr; Tue, 19 Nov 2019 15:28:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1574177318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=scuktGs0QH/kxxJvJtHJ9E2nN/ZLUIB+troCv1Xe1Do=; b=Qb3pyqmNFfwRV4ohrHJOSh4n91Bf/+EY2I+8GLUp3MUECNMmT9z8EoHmvscNykn2d343fk 9th1zDJVXuZidSDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1574177318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=scuktGs0QH/kxxJvJtHJ9E2nN/ZLUIB+troCv1Xe1Do=; b=m1E8TMe5gYnP5NED++BsGL1fv7AuCz3wDKe+A4OXvA4EPJDS70TrRpq2ti/t3iv8fd/sV9 MW7g3QvMbTSXk7FAagwyboG4X3CSjZXyWj9+KHaoBsBjJvwMDC+LaEyFKYrqFVe+JXiktJ 7Tq4k058ibxTC03Ju97tRrDW3+1y4ziu7wIyavzLKxV52vkTzFLZIsVUhpn+c8+IsCFXF3 HaI0P1h0jabcA6ru2gea9dkv7MJ/LOKIlIzLL1QyT3R8MiRdf/90nC5xBTED49dLm3J2AF GMOw+jmHQpsDQ2YyZTy76uARFnPzlV5sCtb3GF53nKpOqXSR46W0p4RzajvIkA== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 = ""