From: Christoph Anton Mitterer Date: Wed, 30 Jun 2021 11:34:39 +0000 (+0200) Subject: meson: minor cleanup X-Git-Tag: archive/raspbian/249.7-1+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c194a27a6f2b2629293b42a9d367b4f89bca87ec;p=systemd.git meson: minor cleanup The file itself is already only included when HAVE_MICROHTTPD is set. Signed-off-by: Christoph Anton Mitterer (cherry picked from commit a2142fa60d6bf2408dd42bce637e3ae84b7dad76) Gbp-Pq: Name meson-minor-cleanup.patch --- diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf new file mode 100644 index 00000000..ca20c248 --- /dev/null +++ b/sysusers.d/systemd-remote.conf @@ -0,0 +1,8 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +u systemd-journal-remote - "systemd Journal Remote" diff --git a/sysusers.d/systemd-remote.conf.in b/sysusers.d/systemd-remote.conf.in deleted file mode 100644 index dae10772..00000000 --- a/sysusers.d/systemd-remote.conf.in +++ /dev/null @@ -1,10 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -{% if HAVE_MICROHTTPD %} -u systemd-journal-remote - "systemd Journal Remote" -{% endif %}