* [ptxdist] [PATCH] systemd: fix condition for installing vconsole.conf
@ 2017-10-24 16:35 Baeuerle, Florian
0 siblings, 0 replies; only message in thread
From: Baeuerle, Florian @ 2017-10-24 16:35 UTC (permalink / raw)
To: ptxdist
According to the commit description in 4462d49, this is the intended
behavior.
Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com>
---
rules/systemd.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/systemd.make b/rules/systemd.make
index 85e473ef1..468e547b7 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -379,7 +379,7 @@ endif
# # units
@$(call install_tree, systemd, 0, 0, -, /usr/lib/systemd/system/)
-ifndef PTXCONF_SYSTEMD_VCONSOLE
+ifdef PTXCONF_SYSTEMD_VCONSOLE
@$(call install_alternative, systemd, 0, 0, 0644, /etc/vconsole.conf)
endif
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-10-24 16:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-24 16:35 [ptxdist] [PATCH] systemd: fix condition for installing vconsole.conf Baeuerle, Florian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox