From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v3 02/10] conman: adapt package's '/var/lib' requirements
Date: Fri, 28 Jun 2019 09:48:08 +0200 [thread overview]
Message-ID: <20190628074816.10115-3-jbe@pengutronix.de> (raw)
In-Reply-To: <20190628074816.10115-1-jbe@pengutronix.de>
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
rules/connman.in | 3 ++-
rules/connman.make | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/rules/connman.in b/rules/connman.in
index 9d4b1dbd3..3c2eb11a0 100644
--- a/rules/connman.in
+++ b/rules/connman.in
@@ -13,7 +13,8 @@ menuconfig CONNMAN
select DBUS_PYTHON if CONNMAN_TESTS && RUNTIME
select WPA_SUPPLICANT if CONNMAN_WIFI && RUNTIME
select WPA_SUPPLICANT_CTRL_IFACE_DBUS if CONNMAN_WIFI
- select BUSYBOX_START_STOP_DAEMON if CONNMAN_STARTSCRIPT
+ select BUSYBOX_START_STOP_DAEMON if CONNMAN_STARTSCRIPT && RUNTIME
+ select ROOTFS_VAR_LIB if RUNTIME
prompt "connman "
help
The Connection Manager project provides a daemon for
diff --git a/rules/connman.make b/rules/connman.make
index 2f671f7d4..313098d1c 100644
--- a/rules/connman.make
+++ b/rules/connman.make
@@ -167,6 +167,7 @@ ifdef PTXCONF_CONNMAN_POLKIT
endif
# # ship settings which enable wired interfaces per default
+ @$(call install_copy, connman, 0, 0, 0755, /var/lib/connman)
@$(call install_alternative, connman, 0, 0, 0600, \
/var/lib/connman/settings)
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-06-28 7:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-28 7:48 [ptxdist] '/var/ handling Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 01/10] rootfs: keep /var writable, even if the rootfs is read-only Juergen Borleis
2019-06-28 7:48 ` Juergen Borleis [this message]
2019-06-28 7:48 ` [ptxdist] [PATCH v3 03/10] networkmanager: adapt package's '/var/lib' requirements Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 04/10] ntp: adapt package's '/var/lib' and '/var/log' requirements Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 05/10] dnsmasq: adapt package's '/var/lib' requirements Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 06/10] mariadb: " Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 07/10] samba: adapt package's '/var/lib' and '/var/cache' requirements Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 08/10] samba: show SysV related menue on demand only Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 09/10] nfsutils: adapt package's '/var/lib' requirements Juergen Borleis
2019-06-28 7:48 ` [ptxdist] [PATCH v3 10/10] logrotate: " Juergen Borleis
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=20190628074816.10115-3-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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