From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] bacula: Correction to 9.6.5
Date: Tue, 28 Jul 2020 18:17:43 +0000 [thread overview]
Message-ID: <20200728181743.16160-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]
From: Adolf Belka <ahb.ipfire(a)gmail.com>
- Corrected Download URL to remove filename from the end of it. This is defined separately.
- Corrected to include install command for backup file which was missed in previous patch.
- Added backup file to rootfiles list.
Signed-off-by: Adolf Belka<ahb.ipfire(a)gmail.com>
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/rootfiles/packages/bacula | 1 +
lfs/bacula | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/config/rootfiles/packages/bacula b/config/rootfiles/packages/bacula
index 4ee408fc4..dc9179489 100644
--- a/config/rootfiles/packages/bacula
+++ b/config/rootfiles/packages/bacula
@@ -63,3 +63,4 @@ usr/sbin/bacula-fd
#usr/share/man/man8/dbcheck.8.gz
#var/bacula
#var/bacula/working
+var/ipfire/backup/addons/includes/bacula
diff --git a/lfs/bacula b/lfs/bacula
index 1e4db011b..f5220bf16 100644
--- a/lfs/bacula
+++ b/lfs/bacula
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = bacula
-PAK_VER = 5
+PAK_VER = 6
DEPS =
@@ -87,6 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
ln -sf /etc/bacula/bacula-ctl-fd /etc/rc.d/init.d/bacula
+ install -v -m 644 ${DIR_SRC}/config/backup/includes/bacula \
+ /var/ipfire/backup/addons/includes/bacula
rm -f /root/.rnd
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
2.20.1
next reply other threads:[~2020-07-28 18:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-28 18:17 Michael Tremer [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-06 11:43 Adolf Belka
2020-07-06 14:23 ` Michael Tremer
2020-07-06 16:20 ` Adolf Belka
2020-07-06 16:29 ` Matthias Fischer
2020-07-28 11:17 ` Adolf Belka
2020-07-28 18:07 ` Arne Fitzenreiter
2020-07-28 18:18 ` Michael Tremer
2020-07-29 10:19 ` Adolf Belka
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=20200728181743.16160-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