From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] avahi: Install backup definition - bug#12714 Date: Sat, 30 Oct 2021 10:57:16 +0200 Message-ID: <1a0b7fd4-5e96-273a-7c85-56d7a5dca74c@ipfire.org> In-Reply-To: <20211029171134.2730006-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4346195553356287095==" List-Id: --===============4346195553356287095== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Looks good to me. Reviewed-by: Peter M=C3=BCller > - Addition of backup definition install into lfs file > - Update of rootfile >=20 > Fixes: 12714 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/avahi | 1 + > lfs/avahi | 8 ++++++-- > 2 files changed, 7 insertions(+), 2 deletions(-) >=20 > diff --git a/config/rootfiles/packages/avahi b/config/rootfiles/packages/av= ahi > index e6ab0c0ff..0a88be7f0 100644 > --- a/config/rootfiles/packages/avahi > +++ b/config/rootfiles/packages/avahi > @@ -175,3 +175,4 @@ usr/share/dbus-1/interfaces/org.freedesktop.Avahi.Servi= ceTypeBrowser.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 > diff --git a/lfs/avahi b/lfs/avahi > index ae166a88c..795ba4130 100644 > --- a/lfs/avahi > +++ b/lfs/avahi > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D avahi > -PAK_VER =3D 8 > +PAK_VER =3D 9 > =20 > DEPS =3D dbus libdaemon > =20 > @@ -102,6 +102,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > =20 > # Install initscript > $(call INSTALL_INITSCRIPT,avahi) > - > +=09 > + #install backup definition > + install -v -m 644 ${DIR_SRC}/config/backup/includes/avahi \ > + /var/ipfire/backup/addons/includes/avahi > + =09 > @rm -rf $(DIR_APP) > @$(POSTBUILD) >=20 --===============4346195553356287095==--