]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
avahi: Install backup definition - bug#12714
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 29 Oct 2021 17:11:34 +0000 (19:11 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 30 Oct 2021 14:48:21 +0000 (14:48 +0000)
- Addition of backup definition install into lfs file
- Update of rootfile

Fixes: 12714
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/avahi
lfs/avahi

index e6ab0c0ffd89b576f3166f6927327b414a979ee9..0a88be7f0cdae7df2dcfbf6922f55f7b9a3ac55c 100644 (file)
@@ -175,3 +175,4 @@ usr/share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml
 #usr/share/man/man8/avahi-daemon.8
 #usr/share/man/man8/avahi-dnsconfd.8
 #usr/share/man/man8/avahi-dnsconfd.action.8
+var/ipfire/backup/addons/includes/avahi
index ae166a88cde7c6071527050dea5b8d7ebc980710..795ba4130cdd4700647752b2670c5d1b42b22b37 100644 (file)
--- a/lfs/avahi
+++ b/lfs/avahi
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET = $(DIR_INFO)/$(THISAPP)
 PROG       = avahi
-PAK_VER    = 8
+PAK_VER    = 9
 
 DEPS       = dbus libdaemon
 
@@ -102,6 +102,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Install initscript
        $(call INSTALL_INITSCRIPT,avahi)
-
+       
+       #install backup definition
+       install -v -m 644 ${DIR_SRC}/config/backup/includes/avahi \
+                       /var/ipfire/backup/addons/includes/avahi
+                       
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)