mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
avahi: Install backup definition - bug#12714
- 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>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
71b06657f9
commit
2d78849475
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user