From e400d4b3f57e4303e5ff46f18d94b7c0f7ed589e Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 9 Dec 2015 01:32:22 +0000 Subject: build: fix systemd-journal-upload installation Fixes: $ ./configure ... --disable-microhttpd --enable-libcurl --enable-sysusers $ make && make install DESTDIR=$(pwd)/INST $ ls INST/usr/lib/sysusers.d/ basic.conf systemd.conf There is no a file with `systemd-journald-upload` --- sysusers.d/systemd-remote.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sysusers.d/systemd-remote.conf (limited to 'sysusers.d/systemd-remote.conf') diff --git a/sysusers.d/systemd-remote.conf b/sysusers.d/systemd-remote.conf deleted file mode 100644 index 15969e9a97..0000000000 --- a/sysusers.d/systemd-remote.conf +++ /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. - -u systemd-journal-gateway - "systemd Journal Gateway" -u systemd-journal-remote - "systemd Journal Remote" -u systemd-journal-upload - "systemd Journal Upload" -- cgit v1.2.3-54-g00ecf