meson: minor cleanup
authorChristoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Wed, 30 Jun 2021 11:34:39 +0000 (13:34 +0200)
committerMichael Biebl <biebl@debian.org>
Fri, 19 Nov 2021 20:11:45 +0000 (20:11 +0000)
The file itself is already only included when HAVE_MICROHTTPD is set.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
(cherry picked from commit a2142fa60d6bf2408dd42bce637e3ae84b7dad76)

Gbp-Pq: Name meson-minor-cleanup.patch

sysusers.d/systemd-remote.conf [new file with mode: 0644]
sysusers.d/systemd-remote.conf.in [deleted file]

diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf
new file mode 100644 (file)
index 0000000..ca20c24
--- /dev/null
@@ -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 (file)
index dae1077..0000000
+++ /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 %}