From: Christoph Anton Mitterer Date: Wed, 30 Jun 2021 11:34:39 +0000 (+0200) Subject: meson: minor cleanup X-Git-Tag: v250-rc1~352^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2142fa60d6bf2408dd42bce637e3ae84b7dad76;p=thirdparty%2Fsystemd.git meson: minor cleanup The file itself is already only included when HAVE_MICROHTTPD is set. Signed-off-by: Christoph Anton Mitterer --- diff --git a/sysusers.d/systemd-remote.conf.in b/sysusers.d/systemd-remote.conf similarity index 90% rename from sysusers.d/systemd-remote.conf.in rename to sysusers.d/systemd-remote.conf index dae1077225f..ca20c248961 100644 --- a/sysusers.d/systemd-remote.conf.in +++ b/sysusers.d/systemd-remote.conf @@ -5,6 +5,4 @@ # 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 %}