From: Andrew Sayers <kernel.org@pileofstuff.org>
To: linux-bluetooth@vger.kernel.org
Cc: Andrew Sayers <kernel.org@pileofstuff.org>
Subject: [PATCH BlueZ v2 1/2] build: add bluez.tmpfiles
Date: Fri, 18 Apr 2025 16:30:51 +0100 [thread overview]
Message-ID: <20250418153115.1714964-2-kernel.org@pileofstuff.org> (raw)
In-Reply-To: <20250418153115.1714964-1-kernel.org@pileofstuff.org>
Systemd tmpfiles ensure the status of particular files.
Add a file that bluez can use in future.
Distributors should install the new "tools/bluez.tmpfiles" file, e.g. by
moving it to `debian/bluez.tmpfile` or using Fedora's `%{_tmpfilesdir}`
variable.
Signed-off-by: Andrew Sayers <kernel.org@pileofstuff.org>
---
.gitignore | 1 +
configure.ac | 1 +
tools/bluez.tmpfiles.in | 0
3 files changed, 2 insertions(+)
create mode 100644 tools/bluez.tmpfiles.in
diff --git a/.gitignore b/.gitignore
index 108c3b820..e4431443f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -157,6 +157,7 @@ obexd/src/obex.service
obexd/src/org.bluez.obex.service
tools/obex-client-tool
tools/obex-server-tool
+tools/bluez.tmpfiles
unit/test-gobex
unit/test-gobex-apparam
unit/test-gobex-header
diff --git a/configure.ac b/configure.ac
index 1e089aaa7..4ebd513d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -530,5 +530,6 @@ AC_CONFIG_FILES(
src/bluetooth.service
tools/bluetooth-logger.service
tools/mpris-proxy.service
+ tools/bluez.tmpfiles
)
AC_OUTPUT
diff --git a/tools/bluez.tmpfiles.in b/tools/bluez.tmpfiles.in
new file mode 100644
index 000000000..e69de29bb
--
2.49.0
next prev parent reply other threads:[~2025-04-18 15:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-18 15:30 [PATCH v2 BlueZ 0/2] obexd: only run one instance at once Andrew Sayers
2025-04-18 15:30 ` Andrew Sayers [this message]
2025-04-18 15:35 ` [PATCH BlueZ v2 1/2] build: add bluez.tmpfiles Luiz Augusto von Dentz
2025-04-18 16:40 ` Andrew Sayers
2025-04-18 17:26 ` Pauli Virtanen
2025-04-18 18:09 ` Luiz Augusto von Dentz
2025-04-18 15:30 ` [PATCH BlueZ v2 2/2] obexd: only run one instance at once Andrew Sayers
2025-04-18 16:16 ` [PATCH v2 BlueZ 0/2] " Pauli Virtanen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250418153115.1714964-2-kernel.org@pileofstuff.org \
--to=kernel.org@pileofstuff.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox