From: Albert Antony <albert@newtec.dk>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] systemd: make tmpfiles support optional
Date: Thu, 1 Oct 2015 16:16:58 +0200 [thread overview]
Message-ID: <CAHChq8PDRuCFxuH51kVoLMU+qPfiGZ=TEB=zndX+3WPm73kmVw@mail.gmail.com> (raw)
In-Reply-To: <1438871921-6004-1-git-send-email-albert@newtec.dk>
[-- Attachment #1.1: Type: text/plain, Size: 3324 bytes --]
Bump :)
On 6 August 2015 at 16:38, Albert Antony <albert@newtec.dk> wrote:
> Signed-off-by: Albert Antony <albert@newtec.dk>
> ---
> rules/systemd.in | 14 ++++++++++++++
> rules/systemd.make | 8 +++++++-
> 2 files changed, 21 insertions(+), 1 deletion(-)
>
> diff --git a/rules/systemd.in b/rules/systemd.in
> index 979e32c..1ecdb2b 100644
> --- a/rules/systemd.in
> +++ b/rules/systemd.in
> @@ -94,5 +94,19 @@ config SYSTEMD_COREDUMP
> help
> Enable this only if you need to debug a crashing systemd service
>
> +config SYSTEMD_TMPFILES
> + bool
> + default y
> + prompt "enable tmpfiles support"
> + help
> + Enable to automate management of temporary files and directories.
> + This will install the systemd-tmpfiles application and its
> + associated service and configuration files.
> +
> + "systemd-tmpfiles creates, deletes, and cleans up volatile and
> + temporary files and directories, based on the configuration file
> + format and location specified in tmpfiles.d"
> + -
> http://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html
> +
> endif
>
> diff --git a/rules/systemd.make b/rules/systemd.make
> index 46a5f97..7bfd33b 100644
> --- a/rules/systemd.make
> +++ b/rules/systemd.make
> @@ -98,7 +98,7 @@ SYSTEMD_CONF_OPT := \
> --$(call ptx/endis,PTXCONF_SYSTEMD_VCONSOLE)-vconsole \
> --enable-bootchart \
> --enable-quotacheck \
> - --enable-tmpfiles \
> + --$(call ptx/endis,PTXCONF_SYSTEMD_TMPFILES)-tmpfiles \
> --disable-sysusers \
> --disable-firstboot \
> --$(call ptx/disen,PTXCONF_SYSTEMD_DISABLE_RANDOM_SEED)-randomseed
> \
> @@ -161,9 +161,11 @@ endif
> ifndef PTXCONF_SYSTEMD_VCONSOLE
> @rm -v
> $(SYSTEMD_PKGDIR)/etc/systemd/system/getty.target.wants/getty@tty1.service
> endif
> +ifdef PTXCONF_SYSTEMD_TMPFILES
> # # don't touch /etc and /home
> @rm -v $(SYSTEMD_PKGDIR)/usr/lib/tmpfiles.d/etc.conf
> @rm -v $(SYSTEMD_PKGDIR)/usr/lib/tmpfiles.d/home.conf
> +endif
> # # the upstream default (graphical.target) wants
> display-manager.service
> @ln -sf multi-user.target
> $(SYSTEMD_PKGDIR)/lib/systemd/system/default.target
> @$(call touch)
> @@ -240,7 +242,9 @@ endif
> @$(call install_copy, systemd, 0, 0, 0755, -, /bin/systemd-escape)
> @$(call install_copy, systemd, 0, 0, 0755, -,
> /bin/systemd-machine-id-setup)
> @$(call install_copy, systemd, 0, 0, 0755, -, /bin/systemd-notify)
> +ifdef PTXCONF_SYSTEMD_TMPFILES
> @$(call install_copy, systemd, 0, 0, 0755, -,
> /bin/systemd-tmpfiles)
> +endif
> @$(call install_copy, systemd, 0, 0, 0755, -, /usr/bin/busctl)
> @$(call install_copy, systemd, 0, 0, 0755, -, /usr/bin/hostnamectl)
> ifdef PTXCONF_SYSTEMD_LOCALES
> @@ -293,7 +297,9 @@ endif
> @$(call install_tree, systemd, 0, 0, -, /etc/systemd/system/)
> @$(call install_tree, systemd, 0, 0, -, /etc/dbus-1/system.d/)
>
> +ifdef PTXCONF_SYSTEMD_TMPFILES
> @$(call install_tree, systemd, 0, 0, -, /usr/lib/tmpfiles.d/)
> +endif
> @$(call install_copy, systemd, 0, 0, 0644, -,
> /usr/lib/sysctl.d/50-default.conf)
>
> ifdef PTXCONF_SYSTEMD_COREDUMP
> --
> 2.0.0
>
>
[-- Attachment #1.2: Type: text/html, Size: 4613 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2015-10-01 14:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-05 14:00 Albert Antony
2015-08-06 8:41 ` Juergen Borleis
2015-08-06 14:38 ` Albert Antony
2015-10-01 14:16 ` Albert Antony [this message]
2015-08-06 14:39 ` Albert Antony
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='CAHChq8PDRuCFxuH51kVoLMU+qPfiGZ=TEB=zndX+3WPm73kmVw@mail.gmail.com' \
--to=albert@newtec.dk \
--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