mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
e400d4b3f5
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`
15 lines
521 B
Plaintext
15 lines
521 B
Plaintext
# 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.
|
|
|
|
m4_ifdef(`HAVE_MICROHTTPD',
|
|
u systemd-journal-gateway - "systemd Journal Gateway"
|
|
u systemd-journal-remote - "systemd Journal Remote"
|
|
)m4_dnl
|
|
m4_ifdef(`HAVE_LIBCURL',
|
|
u systemd-journal-upload - "systemd Journal Upload"
|
|
)m4_dnl
|