]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
bacula: Correction to 9.6.5
authorAdolf Belka <ahb.ipfire@gmail.com>
Tue, 28 Jul 2020 18:17:43 +0000 (18:17 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Jul 2020 18:35:17 +0000 (18:35 +0000)
- 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@gmail.com>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/bacula
lfs/bacula

index 4ee408fc4154c56549bb7456f6e5be03791d48a2..dc91794898b63891c9de8b7326bfa7cfceecdecd 100644 (file)
@@ -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
index 1e4db011b1826b17321ad4c190cefced022d97c4..f5220bf163381ed91b623eb0504cfeb46ceef1c9 100644 (file)
@@ -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)