bluetooth: update rootfile
Message ID | 1464932279-23497-1-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Dropped |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id E4DE2614ED for <patchwork@ipfire.org>; Fri, 3 Jun 2016 07:25:30 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 283F81515; Fri, 3 Jun 2016 07:25:30 +0200 (CEST) Received: from mint01.skynet.local (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id DCD8814B3 for <development@lists.ipfire.org>; Fri, 3 Jun 2016 07:25:27 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] bluetooth: update rootfile Date: Fri, 3 Jun 2016 07:37:59 +0200 Message-Id: <1464932279-23497-1-git-send-email-marcel.lorenz@ipfire.org> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Marcel Lorenz
June 3, 2016, 3:37 p.m. UTC
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
config/rootfiles/packages/bluetooth | 1 +
1 file changed, 1 insertion(+)
Comments
Hi, context? -Michael On Fri, 2016-06-03 at 07:37 +0200, Marcel Lorenz wrote: > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> > --- > config/rootfiles/packages/bluetooth | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config/rootfiles/packages/bluetooth > b/config/rootfiles/packages/bluetooth > index 267e40e..346441b 100644 > --- a/config/rootfiles/packages/bluetooth > +++ b/config/rootfiles/packages/bluetooth > @@ -5,6 +5,7 @@ etc/bluetooth/input.conf > etc/bluetooth/main.conf > etc/bluetooth/network.conf > etc/bluetooth/rfcomm.conf > +#etc/dbus-1/system.d > etc/dbus-1/system.d/bluetooth.conf > #lib/udev/rules.d/24-bluetooth.rules > lib/firmware/BCM-LEGAL.txt
Hi, removes only "changes in roorfile" message after build. Marcel Am 2016-06-03 17:14, schrieb Michael Tremer: > Hi, > > context? > > -Michael > > On Fri, 2016-06-03 at 07:37 +0200, Marcel Lorenz wrote: >> Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> >> --- >> config/rootfiles/packages/bluetooth | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/config/rootfiles/packages/bluetooth >> b/config/rootfiles/packages/bluetooth >> index 267e40e..346441b 100644 >> --- a/config/rootfiles/packages/bluetooth >> +++ b/config/rootfiles/packages/bluetooth >> @@ -5,6 +5,7 @@ etc/bluetooth/input.conf >> etc/bluetooth/main.conf >> etc/bluetooth/network.conf >> etc/bluetooth/rfcomm.conf >> +#etc/dbus-1/system.d >> etc/dbus-1/system.d/bluetooth.conf >> #lib/udev/rules.d/24-bluetooth.rules >> lib/firmware/BCM-LEGAL.txt
There was none after the last nightly build: http://nightly.ipfire.org/next/2016-06-02T15%3A34%3A11%2B01%3A00-c935a269/ Is this possibly dependent on the dbus patch? -Michael On Fri, 2016-06-03 at 17:42 +0200, Marcel Lorenz wrote: > Hi, > > removes only "changes in roorfile" message after build. > > Marcel > > Am 2016-06-03 17:14, schrieb Michael Tremer: > > > > Hi, > > > > context? > > > > -Michael > > > > On Fri, 2016-06-03 at 07:37 +0200, Marcel Lorenz wrote: > > > > > > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> > > > --- > > > config/rootfiles/packages/bluetooth | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/config/rootfiles/packages/bluetooth > > > b/config/rootfiles/packages/bluetooth > > > index 267e40e..346441b 100644 > > > --- a/config/rootfiles/packages/bluetooth > > > +++ b/config/rootfiles/packages/bluetooth > > > @@ -5,6 +5,7 @@ etc/bluetooth/input.conf > > > etc/bluetooth/main.conf > > > etc/bluetooth/network.conf > > > etc/bluetooth/rfcomm.conf > > > +#etc/dbus-1/system.d > > > etc/dbus-1/system.d/bluetooth.conf > > > #lib/udev/rules.d/24-bluetooth.rules > > > lib/firmware/BCM-LEGAL.txt
Hi, yes, the new dbus do not more create the etc/dbus-1/system.d dir. From readme: **** This configuration file is no longer required and may be removed. In older versions of dbus, this file defined the behaviour of the well-known session bus. That behaviour is now determined by /usr/share/dbus-1/session.conf, which should not be edited. **** gocart Am 2016-06-03 17:43, schrieb Michael Tremer: > There was none after the last nightly build: > > http://nightly.ipfire.org/next/2016-06-02T15%3A34%3A11%2B01%3A00-c935a269/ > > Is this possibly dependent on the dbus patch? > > -Michael > > On Fri, 2016-06-03 at 17:42 +0200, Marcel Lorenz wrote: >> Hi, >> >> removes only "changes in roorfile" message after build. >> >> Marcel >> >> Am 2016-06-03 17:14, schrieb Michael Tremer: >> > >> > Hi, >> > >> > context? >> > >> > -Michael >> > >> > On Fri, 2016-06-03 at 07:37 +0200, Marcel Lorenz wrote: >> > > >> > > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> >> > > --- >> > > config/rootfiles/packages/bluetooth | 1 + >> > > 1 file changed, 1 insertion(+) >> > > >> > > diff --git a/config/rootfiles/packages/bluetooth >> > > b/config/rootfiles/packages/bluetooth >> > > index 267e40e..346441b 100644 >> > > --- a/config/rootfiles/packages/bluetooth >> > > +++ b/config/rootfiles/packages/bluetooth >> > > @@ -5,6 +5,7 @@ etc/bluetooth/input.conf >> > > etc/bluetooth/main.conf >> > > etc/bluetooth/network.conf >> > > etc/bluetooth/rfcomm.conf >> > > +#etc/dbus-1/system.d >> > > etc/dbus-1/system.d/bluetooth.conf >> > > #lib/udev/rules.d/24-bluetooth.rules >> > > lib/firmware/BCM-LEGAL.txt